Skip to content

Commit

Permalink
Merge pull request #149 from sVoxelDev/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v3
  • Loading branch information
Silthus authored Jul 8, 2022
2 parents 6a00514 + 259bbf8 commit b137c6d
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@v3
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@v3
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@v3
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@v3
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle
Expand Down

0 comments on commit b137c6d

Please sign in to comment.