We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e255044 + 66e76fe commit bbcf967Copy full SHA for bbcf967
.github/workflows/workflow.yaml
@@ -38,7 +38,7 @@ jobs:
38
steps:
39
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
40
- name: Mount Bazel cache
41
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
42
with:
43
path: ~/repo-cache
44
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
0 commit comments