Skip to content

Commit 94d499d

Browse files
authored
Merge pull request #343 from chrovis/dependabot/github_actions/actions/cache-5
build(deps): Bump actions/cache from 4 to 5
2 parents c0b2b16 + f1c72cc commit 94d499d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v6
1010
- name: Cache m2 repository
11-
uses: actions/cache@v4
11+
uses: actions/cache@v5
1212
with:
1313
path: ~/.m2
1414
key: ${{ runner.os }}-m2-${{ hashFiles('**/project.clj') }}

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
lein: latest
2020
- name: Cache m2 repository
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: ~/.m2
2424
key: ${{ runner.os }}-m2-${{ hashFiles('**/project.clj') }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
lein: latest
2424
- name: Cache m2 repository
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: ~/.m2
2828
key: ${{ runner.os }}-m2-${{ hashFiles('**/project.clj') }}

0 commit comments

Comments
 (0)