Skip to content

Commit f264b99

Browse files
dependabot[bot]romani
authored andcommitted
dependency: bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbbddc0 commit f264b99

19 files changed

Lines changed: 34 additions & 34 deletions

.github/workflows/bump-version-and-update-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v6
3333

3434
- name: Setup local maven cache
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: ~/.m2/repository
3838
key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }}

.github/workflows/check-performance-regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: ./.ci-temp/jdk25
5656

5757
- name: Setup local maven cache
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
path: ~/.m2/repository
6161
key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }}

.github/workflows/checker-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v6
4444

4545
- name: Setup local maven cache
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: ~/.m2/repository
4949
key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
distribution: 'temurin'
4242

4343
- name: Setup local maven cache
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
path: ~/.m2/repository
4747
key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }}

.github/workflows/diff-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
git fetch forked
133133
134134
- name: Setup local maven cache
135-
uses: actions/cache@v4
135+
uses: actions/cache@v5
136136
with:
137137
path: ~/.m2/repository
138138
key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }}

.github/workflows/error-prone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v6
3535

3636
- name: Setup local maven cache
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: ~/.m2/repository
4040
key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }}

.github/workflows/pitest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
sudo apt install groovy
6363
6464
- name: Setup local maven cache
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
with:
6767
path: ~/.m2/repository
6868
key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }}

.github/workflows/regression-report.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
forked/${{ steps.get_pr_details.outputs.branch }}
120120
121121
- name: Save cache
122-
uses: actions/cache/save@v4
122+
uses: actions/cache/save@v5
123123
with:
124124
path: .
125125
key: ${{ env.CACHE_KEY }}
@@ -145,7 +145,7 @@ jobs:
145145
})
146146
147147
- name: Restore cache
148-
uses: actions/cache/restore@v4
148+
uses: actions/cache/restore@v5
149149
with:
150150
path: .
151151
key: ${{ env.CACHE_KEY }}
@@ -189,7 +189,7 @@ jobs:
189189
label: ${{ steps.create_label.outputs.label }}
190190
steps:
191191
- name: Restore cache
192-
uses: actions/cache/restore@v4
192+
uses: actions/cache/restore@v5
193193
with:
194194
path: .
195195
key: ${{ env.CACHE_KEY }}
@@ -222,7 +222,7 @@ jobs:
222222
label: ${{ steps.create_label.outputs.label }}
223223
steps:
224224
- name: Restore cache
225-
uses: actions/cache/restore@v4
225+
uses: actions/cache/restore@v5
226226
with:
227227
path: .
228228
key: ${{ env.CACHE_KEY }}
@@ -294,7 +294,7 @@ jobs:
294294
cat "$CONFIG_FILE_PATH"
295295
296296
- name: Cache Generated Config and Project Files
297-
uses: actions/cache@v4
297+
uses: actions/cache@v5
298298
with:
299299
path: ${{ env.GENERATED_CONFIGS_PATH }}
300300
key: ${{ env.CACHE_KEY }}-generated-configs
@@ -319,7 +319,7 @@ jobs:
319319
new_module_config_link: ${{ steps.parse_description.outputs.new_module_config_link }}
320320
steps:
321321
- name: Restore cache
322-
uses: actions/cache/restore@v4
322+
uses: actions/cache/restore@v5
323323
with:
324324
path: .
325325
key: ${{ env.CACHE_KEY }}
@@ -364,15 +364,15 @@ jobs:
364364
}}
365365
steps:
366366
- name: Restore cache
367-
uses: actions/cache/restore@v4
367+
uses: actions/cache/restore@v5
368368
with:
369369
path: .
370370
key: ${{ env.CACHE_KEY }}
371371
fail-on-cache-miss: true
372372

373373
- name: Restore Generated Config and Project Files
374374
if: needs.handle_generated_config_bundle.result == 'success'
375-
uses: actions/cache@v4
375+
uses: actions/cache@v5
376376
with:
377377
path: ${{ env.GENERATED_CONFIGS_PATH }}
378378
key: ${{ env.CACHE_KEY }}-generated-configs
@@ -434,7 +434,7 @@ jobs:
434434
fi
435435
436436
- name: Cache config files
437-
uses: actions/cache@v4
437+
uses: actions/cache@v5
438438
with:
439439
path: |
440440
.ci-temp/*.xml
@@ -451,14 +451,14 @@ jobs:
451451
message: ${{ steps.out.outputs.message }}
452452
steps:
453453
- name: Restore cache
454-
uses: actions/cache/restore@v4
454+
uses: actions/cache/restore@v5
455455
with:
456456
path: .
457457
key: ${{ env.CACHE_KEY }}
458458
fail-on-cache-miss: true
459459

460460
- name: Restore config files from cache
461-
uses: actions/cache/restore@v4
461+
uses: actions/cache/restore@v5
462462
with:
463463
path: |
464464
.ci-temp/*.xml
@@ -468,7 +468,7 @@ jobs:
468468
key: ${{ env.CACHE_KEY }}-config-files
469469

470470
- name: Restore local maven cache
471-
uses: actions/cache/restore@v4
471+
uses: actions/cache/restore@v5
472472
with:
473473
path: ~/.m2/repository
474474
key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }}
@@ -686,7 +686,7 @@ jobs:
686686
|| needs.add_sad_Emoji.result == 'failure')
687687
steps:
688688
- name: Restore cache
689-
uses: actions/cache/restore@v4
689+
uses: actions/cache/restore@v5
690690
with:
691691
path: .
692692
key: ${{ env.CACHE_KEY }}

.github/workflows/release-maven-perform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ref: master
3333

3434
- name: Setup local maven cache
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: ~/.m2/repository
3838
key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }}

.github/workflows/release-maven-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ref: master
3636

3737
- name: Setup local maven cache
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ~/.m2/repository
4141
key: checkstyle-maven-cache-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)