From 38734374a3d8665584cbb5a9c7dcbbd2049e4cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:30:48 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/determinate-nix-action Bumps [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action) from 3.15.1 to 3.15.2. - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/v3.15.1...v3.15.2) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.15.2 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 ba87878..aaabbbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.15.1 + - uses: DeterminateSystems/determinate-nix-action@v3.15.2 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: DeterminateSystems/determinate-nix-action@v3.15.1 + - uses: DeterminateSystems/determinate-nix-action@v3.15.2 - 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.15.1 + - uses: DeterminateSystems/determinate-nix-action@v3.15.2 - 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 976f2fa..5c74814 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.15.1 + - uses: DeterminateSystems/determinate-nix-action@v3.15.2 - uses: DeterminateSystems/update-flake-lock@v28 with: pr-title: Update Nix flake inputs