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 18, 2024
1 parent 1397e87 commit 9c7ee12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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
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 @@ -106,7 +106,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 9c7ee12

Please sign in to comment.