From 8e73f7260a15ab268f246134cd4c14b1ffdfeabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 02:42:22 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/determinate-nix-action Bumps [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action) from 3.17.0 to 3.21.1. - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3.17.0...v3.21.1) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/update.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 615f8ae..ebb04bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.0 + - uses: DeterminateSystems/determinate-nix-action@v3.21.1 - uses: DeterminateSystems/flakehub-cache-action@v3 - run: nix build .#schemasonnet @@ -21,6 +21,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.0 + - uses: DeterminateSystems/determinate-nix-action@v3.21.1 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix flake check -L --show-trace diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 469d0e6..d60e7ff 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.0 + - uses: DeterminateSystems/determinate-nix-action@v3.21.1 - uses: DeterminateSystems/update-flake-lock@ff43f160ef7014ae1a1fd85699fb6a44f436135b with: pr-title: Update Nix flake inputs