Skip to content

Commit ede6a27

Browse files
Update cachix/install-nix-action action to v31.11.0 (#387)
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 6ae0b0d commit ede6a27

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
@@ -20,7 +20,7 @@ jobs:
2020
filter: tree:0
2121

2222
- name: Install Nix
23-
uses: cachix/install-nix-action@a49548c11d9846ad46ecc0115273879b045f001c # v31.10.7
23+
uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31.11.0
2424

2525
- name: Setup dev environment
2626
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
@@ -23,7 +23,7 @@ jobs:
2323
filter: tree:0
2424

2525
- name: Install Nix
26-
uses: cachix/install-nix-action@a49548c11d9846ad46ecc0115273879b045f001c # v31.10.7
26+
uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31.11.0
2727

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

0 commit comments

Comments
 (0)