Skip to content

Commit e5a1fd1

Browse files
authored
Merge pull request #81 from tweag/dependabot/github_actions/cachix/install-nix-action-v29
Bump cachix/install-nix-action from V28 to 29
2 parents 64e3029 + a45c6a0 commit e5a1fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
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@V28
35+
- uses: cachix/install-nix-action@v29
3636
with:
3737
nix_path: nixpkgs=./nixpkgs.nix
3838
- uses: tweag/configure-bazel-remote-cache-auth@v0

0 commit comments

Comments
 (0)