Skip to content

Commit 1dabed5

Browse files
chore(deps): update actions/cache action to v5 (#793)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ba2b92 commit 1dabed5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
distribution: 'zulu'
2323
java-version: 21
24-
- uses: actions/cache@v4
24+
- uses: actions/cache@v5
2525
with:
2626
path: ~/.m2/repository
2727
key: ubuntu-jdk-21-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
distribution: 'temurin'
2222
java-version: 21
23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v5
2424
with:
2525
path: ~/.m2/repository
2626
key: maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/deep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
distribution: 'temurin'
2222
java-version: 23
23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v5
2424
with:
2525
path: ~/.m2/repository
2626
key: ubuntu-surefire-jdk-23-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/hone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
distribution: 'temurin'
3030
java-version: 23
31-
- uses: actions/cache@v4
31+
- uses: actions/cache@v5
3232
with:
3333
path: ~/.m2/repository
3434
key: ubuntu-surefire-jdk-23-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
distribution: 'temurin'
3131
java-version: ${{ matrix.java }}
32-
- uses: actions/cache@v4
32+
- uses: actions/cache@v5
3333
with:
3434
path: ~/.m2/repository
3535
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/pit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
distribution: 'temurin'
1919
java-version: 21
20-
- uses: actions/cache@v4
20+
- uses: actions/cache@v5
2121
with:
2222
path: ~/.m2/repository
2323
key: ubuntu-jdk-21-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/qulice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
distribution: 'temurin'
2222
java-version: 23
23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v5
2424
with:
2525
path: ~/.m2/repository
2626
key: ubuntu-qulice-jdk-23-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/reserved.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
distribution: 'temurin'
2525
java-version: 23
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
with:
2828
path: ~/.m2/repository
2929
key: ubuntu-surefire-jdk-23-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)