We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4636148 commit f5350f1Copy full SHA for f5350f1
.github/workflows/build.yaml
@@ -43,7 +43,7 @@ jobs:
43
- name: Fetch all tags and branches
44
run: git fetch --prune --unshallow
45
- name: Cache Tools
46
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
47
with:
48
path: tools
49
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
0 commit comments