Skip to content

Commit f941c98

Browse files
authored
Merge pull request #707 from mendixlabs/dependabot/github_actions/actions/cache-6
ci: bump actions/cache from 5 to 6
2 parents 93be1db + 39ce325 commit f941c98

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: '1.26.4'
2626

2727
- name: Cache ANTLR4 JAR
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: ~/.m2/repository/org/antlr/antlr4
3131
key: antlr4-4.13.2
@@ -63,7 +63,7 @@ jobs:
6363
- uses: oven-sh/setup-bun@v2
6464

6565
- name: Cache ANTLR4 JAR
66-
uses: actions/cache@v5
66+
uses: actions/cache@v6
6767
with:
6868
path: ~/.m2/repository/org/antlr/antlr4
6969
key: antlr4-4.13.2

.github/workflows/push-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
go-version: '1.26.4'
1616
- name: Cache ANTLR4 JAR
17-
uses: actions/cache@v5
17+
uses: actions/cache@v6
1818
with:
1919
path: ~/.m2/repository/org/antlr/antlr4
2020
key: antlr4-4.13.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: '1.26.4'
2121
- uses: oven-sh/setup-bun@v2
2222
- name: Cache ANTLR4 JAR
23-
uses: actions/cache@v5
23+
uses: actions/cache@v6
2424
with:
2525
path: ~/.m2/repository/org/antlr/antlr4
2626
key: antlr4-4.13.2

0 commit comments

Comments
 (0)