Skip to content

Commit bbcf967

Browse files
authored
Merge pull request #214 from tweag/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5.0.1
2 parents e255044 + 66e76fe commit bbcf967

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
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4040
- name: Mount Bazel cache
41-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
41+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4242
with:
4343
path: ~/repo-cache
4444
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}

0 commit comments

Comments
 (0)