Skip to content

Commit 2566f7e

Browse files
chore(deps): update actions/cache action to v5
1 parent 69bd4c3 commit 2566f7e

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
@@ -75,7 +75,7 @@ jobs:
7575

7676
# Cache Plugin Verifier IDEs
7777
- name: Setup Plugin Verifier IDEs Cache
78-
uses: actions/cache@v4.3.0
78+
uses: actions/cache@v5.0.1
7979
with:
8080
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
8181
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}

0 commit comments

Comments
 (0)