Skip to content

Commit f7f1247

Browse files
Update cachix/install-nix-action action to v31.10.6 (#339)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64b37f9 commit f7f1247

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
filter: tree:0
1919

2020
- name: Install Nix
21-
uses: cachix/install-nix-action@ab739621df7a23f52766f9ccc97f38da6b7af14f # v31.10.5
21+
uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31.10.6
2222

2323
- name: Setup dev environment
2424
shell: &dev-shell 'nix develop -c bash -eo pipefail {0}'

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
filter: tree:0
2626

2727
- name: Install Nix
28-
uses: cachix/install-nix-action@ab739621df7a23f52766f9ccc97f38da6b7af14f # v31.10.5
28+
uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31.10.6
2929

3030
- name: Setup dev environment
3131
shell: &dev-shell 'nix develop -c bash -eo pipefail {0}'

0 commit comments

Comments
 (0)