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 Jan 19, 2024
1 parent fa908e0 commit 958d9ad
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@v1
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@v1
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@v1
uses: actions/cache@v4
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle
Expand Down

0 comments on commit 958d9ad

Please sign in to comment.