Skip to content

Commit 3f23f68

Browse files
Bump actions/cache from 4 to 5 (#11)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dced740 commit 3f23f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)