Skip to content

Commit c1cbe03

Browse files
authored
Merge pull request #95 from tweag/renovate/cachix-install-nix-action-31.x
Update cachix/install-nix-action action to v31
2 parents 99d5e5c + ed7bc95 commit c1cbe03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
path: ~/repo-cache
3434
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
35-
- uses: cachix/install-nix-action@v30
35+
- uses: cachix/install-nix-action@v31
3636
with:
3737
nix_path: nixpkgs=./nixpkgs.nix
3838
- uses: tweag/configure-bazel-remote-cache-auth@v0

0 commit comments

Comments
 (0)