Skip to content

Commit b4250d3

Browse files
chore(deps): update actions/cache action to v4 (#1394)
Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com>
1 parent 12d6068 commit b4250d3

File tree

1 file changed

+2
-2
lines changed
  • google-auth-library-java/.github/workflows

1 file changed

+2
-2
lines changed

google-auth-library-java/.github/workflows/sonar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
java-version: 17
2020
distribution: temurin
2121
- name: Cache SonarCloud packages
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.sonar/cache
2525
key: ${{ runner.os }}-sonar
2626
restore-keys: ${{ runner.os }}-sonar
2727
- name: Cache Maven packages
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: ~/.m2
3131
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)