Skip to content

Commit b4fc032

Browse files
Bump actions/cache from 3 to 4 (#170)
1 parent 00fb0f9 commit b4fc032

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
@@ -110,7 +110,7 @@ jobs:
110110

111111
# Cache Plugin Verifier IDEs
112112
- name: Setup Plugin Verifier IDEs Cache
113-
uses: actions/cache@v3
113+
uses: actions/cache@v4
114114
with:
115115
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
116116
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}

0 commit comments

Comments
 (0)