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 9685145 commit 4ffa2e5Copy full SHA for 4ffa2e5
.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@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
47
with:
48
path: tools
49
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
0 commit comments