Skip to content

Commit b8532c9

Browse files
committed
1 parent 37b5460 commit b8532c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/[email protected]
1818
with:
1919
fetch-depth: 0
20-
- uses: cachix/install-nix-action@v14
20+
- uses: cachix/install-nix-action@v14.1
2121
- run: echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
2222
- uses: cachix/cachix-action@v10
2323
if: needs.check_cachix.outputs.secret == 'true'
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
fetch-depth: 0
5252
- run: echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
53-
- uses: cachix/install-nix-action@v14
53+
- uses: cachix/install-nix-action@v14.1
5454
- uses: cachix/cachix-action@v10
5555
with:
5656
name: '${{ env.CACHIX_NAME }}'
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/[email protected]
7171
- run: echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
72-
- uses: cachix/install-nix-action@v14
72+
- uses: cachix/install-nix-action@v14.1
7373
with:
7474
install_url: '${{needs.installer.outputs.installerURL}}'
7575
install_options: "--tarball-url-prefix https://${{ env.CACHIX_NAME }}.cachix.org/serve"

0 commit comments

Comments
 (0)