We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb302e7 + 08c5d27 commit e9e1a41Copy full SHA for e9e1a41
2 files changed
.github/workflows/build.yml
@@ -198,7 +198,7 @@ jobs:
198
199
# Cache Plugin Verifier IDEs
200
- name: Setup Plugin Verifier IDEs Cache
201
- uses: actions/cache@v4
+ uses: actions/cache@v5
202
with:
203
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
204
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
gradle/libs.versions.toml
@@ -4,11 +4,11 @@ junit = "4.13.2"
4
opentest4j = "1.3.0"
5
6
# plugins
7
-changelog = "2.4.0"
8
-intelliJPlatform = "2.10.4"
+changelog = "2.5.0"
+intelliJPlatform = "2.10.5"
9
kotlin = "2.2.21"
10
-kover = "0.9.3"
11
-qodana = "2025.2.1"
+kover = "0.9.4"
+qodana = "2025.2.4"
12
13
[libraries]
14
junit = { group = "junit", name = "junit", version.ref = "junit" }
0 commit comments