From 158c23c4e5b8a860de889603c099e1b256f5d459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:19:00 +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.1 to 3.17.3. - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3.17.1...v3.17.3) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.17.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/update.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87938a2..1383b5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.1 + - uses: DeterminateSystems/determinate-nix-action@v3.17.3 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.17.1 + - uses: DeterminateSystems/determinate-nix-action@v3.17.3 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix flake check -L --show-trace @@ -61,7 +61,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max load: "true" - - uses: DeterminateSystems/determinate-nix-action@v3.17.1 + - uses: DeterminateSystems/determinate-nix-action@v3.17.3 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix develop . --command go test -v ./... diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index da9c893..85c81e6 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.1 + - uses: DeterminateSystems/determinate-nix-action@v3.17.3 - uses: DeterminateSystems/update-flake-lock@ff43f160ef7014ae1a1fd85699fb6a44f436135b with: pr-title: Update Nix flake inputs