From b39f4b4212361bc179317c9dc21b60812ef038c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 02:42:34 +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.20.0. - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3.17.0...v3.20.0) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.20.0 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..0ea03d1 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.20.0 - 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.20.0 - 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..54e99cb 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.20.0 - uses: DeterminateSystems/update-flake-lock@ff43f160ef7014ae1a1fd85699fb6a44f436135b with: pr-title: Update Nix flake inputs