diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04eb066f2..6036fdbae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.0.10 with: path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides key: plugin-verifier-${{ hashFiles('plugin/build/listProductsReleases.txt') }}