Skip to content

Commit c08e1ce

Browse files
build(deps): bump DeterminateSystems/determinate-nix-action
Bumps [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action) from 3.8.2 to 3.12.0. - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](DeterminateSystems/determinate-nix-action@v3.8.2...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] <[email protected]>
1 parent 7779df5 commit c08e1ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- CHANGELOG.md
5252
- .github/workflows/test.*
5353
- if: steps.changes.outputs.template == 'true'
54-
uses: DeterminateSystems/determinate-nix-action@v3.8.2
54+
uses: DeterminateSystems/determinate-nix-action@v3.12.0
5555
with:
5656
extra-config: accept-flake-config = true
5757
- if: steps.changes.outputs.template == 'true'

.github/workflows/update-flake-lock-inputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
2626
- name: Checkout repository
2727
uses: actions/checkout@v4
28-
- uses: DeterminateSystems/determinate-nix-action@v3.8.2
28+
- uses: DeterminateSystems/determinate-nix-action@v3.12.0
2929
with:
3030
extra-config: accept-flake-config = true
3131
- name: Update ${{ matrix.template }} flake.lock ${{ matrix.input }}

.github/workflows/update-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
24-
- uses: DeterminateSystems/determinate-nix-action@v3.8.2
24+
- uses: DeterminateSystems/determinate-nix-action@v3.12.0
2525
with:
2626
extra-config: accept-flake-config = true
2727
- name: Read inputs from flake.nix

0 commit comments

Comments
 (0)