Skip to content

Commit c89c581

Browse files
Bump actions/cache from 3 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f141d3 commit c89c581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
validate-wrappers: true
123123

124124
- name: Setup Plugin Verifier IDEs Cache
125-
uses: actions/cache@v3
125+
uses: actions/cache@v5
126126
with:
127127
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
128128
key: plugin-verifier-${{ hashFiles('build/printProductsReleases.txt') }}

0 commit comments

Comments
 (0)