Skip to content

Commit ee6b7b3

Browse files
authored
Merge pull request #52 from j-plugins/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 9219e92 + f1015dd commit ee6b7b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202

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

0 commit comments

Comments
 (0)