Skip to content

Commit

Permalink
Merge pull request #7 from voruti/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti authored Dec 1, 2023
2 parents e3ea2f1 + d842bd1 commit 896d50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
java-version: '17'

- name: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '17'

- name: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle
Expand Down

0 comments on commit 896d50e

Please sign in to comment.