diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a88062..f13ab20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -203,7 +203,7 @@ jobs: # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides key: plugin-verifier-${{ hashFiles('build/printProductsReleases.txt') }}