Skip to content

Commit 7379cd1

Browse files
Bump actions/cache from 4.0.2 to 4.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53d2fa9 commit 7379cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4.0.2
78+
uses: actions/cache@v4.1.0
7979
with:
8080
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
8181
key: ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }}

0 commit comments

Comments
 (0)