Skip to content

Commit 2282927

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): Bump actions/cache from 3.3.3 to 4.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a4b845 commit 2282927

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
@@ -75,7 +75,7 @@ jobs:
7575

7676
# Cache Plugin Verifier IDEs
7777
- name: Setup Plugin Verifier IDEs Cache
78-
uses: actions/cache@v3.3.3
78+
uses: actions/cache@v4.0.0
7979
with:
8080
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
8181
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}

0 commit comments

Comments
 (0)