Skip to content

Commit 7ef5ee5

Browse files
authored
Merge pull request #175 from advanced-security/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents eb7d7f6 + ce54bc2 commit 7ef5ee5

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
@@ -203,7 +203,7 @@ jobs:
203203

204204
# Cache Plugin Verifier IDEs
205205
- name: Setup Plugin Verifier IDEs Cache
206-
uses: actions/cache@v4
206+
uses: actions/cache@v5
207207
with:
208208
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
209209
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}

0 commit comments

Comments
 (0)