From 624aeb0354c090992c482ea07095d1fceb27abb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:03:17 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/determinate-nix-action Bumps [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action) from 3.11.3 to 3.12.0. - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3.11.3...v3.12.0) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 cb1bf74..3e01af9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: DeterminateSystems/determinate-nix-action@v3.11.3 + - uses: DeterminateSystems/determinate-nix-action@v3.12.0 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: DeterminateSystems/determinate-nix-action@v3.11.3 + - uses: DeterminateSystems/determinate-nix-action@v3.12.0 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix flake check -L --show-trace @@ -66,7 +66,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max load: "true" - - uses: DeterminateSystems/determinate-nix-action@v3.11.3 + - uses: DeterminateSystems/determinate-nix-action@v3.12.0 - 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 dbc45ed..fae5f49 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: DeterminateSystems/determinate-nix-action@v3.11.3 + - uses: DeterminateSystems/determinate-nix-action@v3.12.0 - uses: DeterminateSystems/update-flake-lock@v27 with: pr-title: Update Nix flake inputs