Skip to content

Commit

Permalink
Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DrewCarlson committed Mar 13, 2024
1 parent e3069ea commit 24105db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
java-version: 11

- name: Cache Build files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle
Expand All @@ -61,7 +61,7 @@ jobs:
java-version: 11

- name: Cache Build files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'zulu'
java-version: 11
- name: Cache Build files
uses: actions/cache@v3
uses: actions/cache@v4
if: ${{ !startsWith(matrix.os, 'windows') }}
with:
path: |
Expand All @@ -48,7 +48,7 @@ jobs:
java-version: 11

- name: Cache Build files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.konan
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: 'zulu'
java-version: 11
- name: Cache Build files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.konan
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
distribution: 'zulu'
java-version: 11
- name: Cache Build files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.konan
Expand Down

0 comments on commit 24105db

Please sign in to comment.