From 4dc13eee5f79980d01caf2b1fd8d9547b75bcff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:52:52 +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.17.2. - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3.17.0...v3.17.2) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.17.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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..66fa70d 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.17.3 - 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.17.3 - 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..fb201c1 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.17.3 - uses: DeterminateSystems/update-flake-lock@ff43f160ef7014ae1a1fd85699fb6a44f436135b with: pr-title: Update Nix flake inputs