Skip to content

Commit 2d100a6

Browse files
authored
Merge pull request #261 from git-commit-id/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents a7f65ca + c4367dc commit 2d100a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/default-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: 11
1818
java-package: jdk
1919
- name: Cache local Maven repository
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: ~/.m2
2323
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -43,7 +43,7 @@ jobs:
4343
java-version: ${{ matrix.java_version }}
4444
java-package: jdk
4545
- name: Cache local Maven repository
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: ~/.m2
4949
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -68,7 +68,7 @@ jobs:
6868
java-version: 11
6969
java-package: jdk
7070
- name: Cache local Maven repository
71-
uses: actions/cache@v4
71+
uses: actions/cache@v5
7272
with:
7373
path: ~/.m2
7474
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)