File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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') }}
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ junit = "4.13.2"
44opentest4j = " 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 "
99kotlin = " 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 ]
1414junit = { group = " junit" , name = " junit" , version.ref = " junit" }
You can’t perform that action at this time.
0 commit comments