Skip to content

Commit

Permalink
Merge pull request #279 from usefulness/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v4
  • Loading branch information
mateuszkwiecinski authored Jan 17, 2024
2 parents 7806822 + a3fcd92 commit 3f63a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- run: java -jar diffuse/build/libs/diffuse-unspecified-r8.jar

- uses: actions/cache@v3
- uses: actions/cache@v4
if: github.event_name == 'pull_request'
name: Download base
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
path: diffuse/build/libs/diffuse-*-binary.jar
if-no-files-found: error

- uses: actions/cache@v3
- uses: actions/cache@v4
name: Upload base
if: github.event_name != 'pull_request'
with:
Expand Down

0 comments on commit 3f63a0f

Please sign in to comment.