Skip to content

Commit 9726f52

Browse files
committed
Dependencies (GitHub Actions) - upgrade actions/cache to 4
1 parent dc158f2 commit 9726f52

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207

208208
# Cache Plugin Verifier IDEs
209209
- name: Setup Plugin Verifier IDEs Cache
210-
uses: actions/cache@v3
210+
uses: actions/cache@v4
211211
with:
212212
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
213213
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `4`
1515
- Dependencies (GitHub Actions) - upgrade `codecov/codecov-action` to `4`
1616
- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `2`
17+
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `4`
1718
- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0`
1819
- Gradle - cleanup the `jvmToolchain` setup
1920
- Run Configurations - `Run Qodana` runs the `qodanaScan` Gradle task

0 commit comments

Comments
 (0)