Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.2.2
Browse files Browse the repository at this point in the history
| datasource  | package       | from   | to     |
| ----------- | ------------- | ------ | ------ |
| github-tags | actions/cache | v3.2.1 | v3.2.2 |
  • Loading branch information
renovate[bot] committed Dec 27, 2022
1 parent fd1566a commit 2b67eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache
uses: actions/cache@v3.2.1
uses: actions/cache@v3.2.2
with:
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
key: ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }}
Expand Down

0 comments on commit 2b67eae

Please sign in to comment.