Skip to content

Commit e769789

Browse files
Update actions/cache action to v5
1 parent 8f44d3e commit e769789

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
architecture: ${{ matrix.architecture }}
4444

4545
- name: Cache Maven repository
46-
uses: actions/cache@v2.1.7
46+
uses: actions/cache@v5.0.1
4747
with:
4848
path: ~/.m2/repository
4949
key: ${{ runner.os }}-${{ matrix.java }}-maven-${{ hashFiles('**/*pom*.xml') }}
@@ -87,7 +87,7 @@ jobs:
8787
architecture: ${{ matrix.architecture }}
8888

8989
- name: Cache Maven repository
90-
uses: actions/cache@v2.1.7
90+
uses: actions/cache@v5.0.1
9191
with:
9292
path: ~/.m2/repository
9393
key: ${{ runner.os }}-${{ matrix.java }}-maven-${{ hashFiles('**/*pom*.xml') }}

.github/workflows/jib-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
architecture: ${{ matrix.architecture }}
3939

4040
- name: Cache Maven repository
41-
uses: actions/cache@v2.1.7
41+
uses: actions/cache@v5.0.1
4242
with:
4343
path: ~/.m2/repository
4444
key: ${{ runner.os }}-${{ matrix.java }}-maven-${{ hashFiles('**/*pom*.xml') }}
@@ -82,7 +82,7 @@ jobs:
8282
architecture: ${{ matrix.architecture }}
8383

8484
- name: Cache Maven repository
85-
uses: actions/cache@v2.1.7
85+
uses: actions/cache@v5.0.1
8686
with:
8787
path: ~/.m2/repository
8888
key: ${{ runner.os }}-${{ matrix.java }}-maven-${{ hashFiles('**/*pom*.xml') }}

0 commit comments

Comments
 (0)