Skip to content

Commit a1f90cb

Browse files
committed
(build) Bump to latest actions/cache
1 parent 7429916 commit a1f90cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: git fetch --prune --unshallow
4242

4343
- name: Cache Tools
44-
uses: actions/cache@v3.3.1
44+
uses: actions/cache@v4.2.3
4545
with:
4646
path: tools
4747
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)