Skip to content

Commit 479f24a

Browse files
authored
Merge pull request #7 from andrewjswan/dependabot/github_actions/actions/cache-5
DEP: Bump actions/cache from 4 to 5
2 parents ad150ad + 2fc8026 commit 479f24a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if-no-files-found: error
5555

5656
- name: Save cache
57-
uses: actions/cache/save@v4
57+
uses: actions/cache/save@v5
5858
with:
5959
path: ${{ github.workspace }}
6060
key: plugin
@@ -95,7 +95,7 @@ jobs:
9595
changes: ${{ needs.changes.outputs.changes }}
9696
steps:
9797
- name: Restore cache
98-
uses: actions/cache/restore@v4
98+
uses: actions/cache/restore@v5
9999
with:
100100
path: ${{ github.workspace }}
101101
key: plugin

0 commit comments

Comments
 (0)