Dependencies (GitHub Actions) - upgrade actions/cache to 4

This commit is contained in:
Jakub Chrzanowski
2024-03-11 16:26:16 +01:00
parent dc158f24c4
commit 9726f523c5
2 changed files with 2 additions and 1 deletions

View File

@@ -207,7 +207,7 @@ jobs:
# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}