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 Nov 20, 2024
1 parent 3a4060d commit 7bf1a10
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 @@ -15,7 +15,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 @@ -46,7 +46,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 @@ -96,7 +96,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 7bf1a10

Please sign in to comment.