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.
1 parent c6a7138 commit 0159f02Copy full SHA for 0159f02
.github/workflows/ci-build.yml
@@ -74,7 +74,7 @@ jobs:
74
75
# Caching Tools
76
- name: Cache Tools
77
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
78
with:
79
path: tools
80
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
.github/workflows/pr-build.yml
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
0 commit comments