Skip to content

Commit 6bbf0dd

Browse files
Bump actions/cache from 3.2.4 to 3.2.5 (#640)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 890158b commit 6bbf0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preMerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
# Cache Plugin Verifier IDEs
7777
- name: Setup Plugin Verifier IDEs Cache
78-
uses: actions/cache@v3.2.4
78+
uses: actions/cache@v3.2.5
7979
with:
8080
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
8181
key: ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }}

0 commit comments

Comments
 (0)