Skip to content

Commit 6009df6

Browse files
committed
chore(deps): Bump cachix/install-nix-action from 23 to 31
1 parent 4eba50a commit 6009df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
other: "--lib"
7373

7474
- name: Install Nix
75-
uses: cachix/install-nix-action@v23
75+
uses: cachix/install-nix-action@v31
7676
with:
7777
extra_nix_config: |
7878
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
@@ -161,7 +161,7 @@ jobs:
161161
run: pre-commit install
162162

163163
- name: Install Nix
164-
uses: cachix/install-nix-action@v23
164+
uses: cachix/install-nix-action@v31
165165
with:
166166
extra_nix_config: |
167167
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
@@ -242,7 +242,7 @@ jobs:
242242
run: pre-commit install
243243

244244
- name: Install Nix
245-
uses: cachix/install-nix-action@v23
245+
uses: cachix/install-nix-action@v31
246246
with:
247247
extra_nix_config: |
248248
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)