Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b873304

Browse files
committedApr 2, 2021
bump actions
1 parent fa8bc53 commit b873304

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed
 

‎.github/workflows/test.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2.3.4
14-
with:
15-
fetch-depth: 0
16-
- uses: cachix/install-nix-action@v12
14+
- uses: cachix/install-nix-action@v13
1715
- run: echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
18-
- uses: cachix/cachix-action@v8
16+
- uses: cachix/cachix-action@v9
1917
with:
2018
name: '${{ env.CACHIX_NAME }}'
2119
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
@@ -41,11 +39,9 @@ jobs:
4139
installerURL: ${{ steps.prepare-installer.outputs.installerURL }}
4240
steps:
4341
- uses: actions/checkout@v2.3.4
44-
with:
45-
fetch-depth: 0
4642
- run: echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
47-
- uses: cachix/install-nix-action@v12
48-
- uses: cachix/cachix-action@v8
43+
- uses: cachix/install-nix-action@v13
44+
- uses: cachix/cachix-action@v9
4945
with:
5046
name: '${{ env.CACHIX_NAME }}'
5147
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
@@ -62,7 +58,7 @@ jobs:
6258
steps:
6359
- uses: actions/checkout@v2.3.4
6460
- run: echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
65-
- uses: cachix/install-nix-action@master
61+
- uses: cachix/install-nix-action@v13
6662
with:
6763
install_url: '${{needs.installer.outputs.installerURL}}'
6864
install_options: "--tarball-url-prefix https://${{ env.CACHIX_NAME }}.cachix.org/serve"

0 commit comments

Comments
 (0)