Skip to content

Commit fa14973

Browse files
Update actions/cache action to v4
1 parent 0053833 commit fa14973

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: ${{ matrix.java }}
3030

3131
- name: "Cache Local Maven Repository"
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: ~/.m2
3535
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: "Cache SonarCloud"
6464
if: matrix.os == 'ubuntu-latest' && matrix.java == 17 && github.repository == 'castor-software/depclean'
65-
uses: actions/cache@v3
65+
uses: actions/cache@v4
6666
with:
6767
path: ~/.sonar/cache
6868
key: ${{ runner.os }}-sonar
@@ -96,7 +96,7 @@ jobs:
9696
distribution: 'adopt-hotspot'
9797

9898
- name: Cache Gradle packages
99-
uses: actions/cache@v3.3.3
99+
uses: actions/cache@v4.0.1
100100
with:
101101
path: |
102102
~/.gradle/caches

0 commit comments

Comments
 (0)