Skip to content

Commit

Permalink
build(cache): use latest cache action version
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Oct 16, 2024
1 parent 9f40c2e commit b42fef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
path: .github/.release/actions
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit b42fef9

Please sign in to comment.