Skip to content

Commit 00ec87f

Browse files
authored
Merge pull request #186 from advanced-security/dependabot/github_actions/actions/cache-5
Bump actions/cache from 3 to 5
2 parents 1846586 + c89c581 commit 00ec87f

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
@@ -122,7 +122,7 @@ jobs:
122122
validate-wrappers: true
123123

124124
- name: Setup Plugin Verifier IDEs Cache
125-
uses: actions/cache@v3
125+
uses: actions/cache@v5
126126
with:
127127
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
128128
key: plugin-verifier-${{ hashFiles('build/printProductsReleases.txt') }}

0 commit comments

Comments
 (0)