Skip to content

Commit

Permalink
Merge pull request #644 from GitTools/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 2 to 4
  • Loading branch information
gep13 authored Jan 9, 2025
2 parents e7db26f + 5df2987 commit edfca6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
6.0.x
- name: Cache Tools
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
Expand Down

0 comments on commit edfca6e

Please sign in to comment.