Skip to content

Commit

Permalink
Merge pull request #59 from mvz/dependabot/github_actions/actions/cac…
Browse files Browse the repository at this point in the history
…he-4

Bump actions/cache from 3 to 4
  • Loading branch information
mvz committed Feb 2, 2024
2 parents 49a7d9f + 435da94 commit 6937df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: shogo82148/[email protected]

- name: Restore install dependencies from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/perl
key: builddeps-${{ hashFiles('**/Build.PL') }}
Expand Down

0 comments on commit 6937df6

Please sign in to comment.