Skip to content

Commit 095b45d

Browse files
authored
Merge pull request #49 from advanced-security/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 11b362d + 701e259 commit 095b45d

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@v3
206+
uses: actions/cache@v4
207207
with:
208208
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
209209
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}

0 commit comments

Comments
 (0)