We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 42f0246 commit 35faff7Copy full SHA for 35faff7
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
fetch-depth: 0
16
- uses: cachix/install-nix-action@v13
17
- run: echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
18
- - uses: cachix/cachix-action@v9
+ - uses: cachix/cachix-action@v10
19
with:
20
name: '${{ env.CACHIX_NAME }}'
21
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments