Skip to content

Commit edfca6e

Browse files
authored
Merge pull request #644 from GitTools/dependabot/github_actions/actions/cache-4
Bump actions/cache from 2 to 4
2 parents e7db26f + 5df2987 commit edfca6e

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
@@ -53,7 +53,7 @@ jobs:
5353
6.0.x
5454
5555
- name: Cache Tools
56-
uses: actions/cache@v2
56+
uses: actions/cache@v4
5757
with:
5858
path: tools
5959
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

0 commit comments

Comments
 (0)