Skip to content

Commit 252a887

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...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 dced740 commit 252a887

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
uses: gradle/actions/setup-gradle@v5
236236
-
237237
name: Set up IDEs cache
238-
uses: actions/cache@v4
238+
uses: actions/cache@v5
239239
with:
240240
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
241241
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
architecture: x64
2626
-
2727
name: Set up cache
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: ~/.cache/pip
3131
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}

0 commit comments

Comments
 (0)