Skip to content

Commit e9e1a41

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents eb302e7 + 08c5d27 commit e9e1a41

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

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

199199
# Cache Plugin Verifier IDEs
200200
- name: Setup Plugin Verifier IDEs Cache
201-
uses: actions/cache@v4
201+
uses: actions/cache@v5
202202
with:
203203
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
204204
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ junit = "4.13.2"
44
opentest4j = "1.3.0"
55

66
# plugins
7-
changelog = "2.4.0"
8-
intelliJPlatform = "2.10.4"
7+
changelog = "2.5.0"
8+
intelliJPlatform = "2.10.5"
99
kotlin = "2.2.21"
10-
kover = "0.9.3"
11-
qodana = "2025.2.1"
10+
kover = "0.9.4"
11+
qodana = "2025.2.4"
1212

1313
[libraries]
1414
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)