Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 22c8521 commit a4ad238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Cache Gradle
id: cache-gradle
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Cache Gradle
id: cache-gradle
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Cache Gradle
id: cache-gradle
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle
Expand Down

0 comments on commit a4ad238

Please sign in to comment.