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 6b094f0 + 7b66d54 commit 4aacdefCopy full SHA for 4aacdef
.github/workflows/workflow.yaml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30
- name: Mount Bazel cache
31
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
32
with:
33
path: ~/repo-cache
34
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
0 commit comments