Skip to content

Commit

Permalink
Merge pull request #166 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 579ffef + 79ecb99 commit f5c6345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/after_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
SIGNING_SECRET_KEY_RING_FILE: ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
run: ./gradlew publishMavenJavaPublicationToGithubRepository

- uses: actions/cache@v3
- uses: actions/cache@v4
name: Upload base (release)
with:
path: diffuse-source-file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_diffuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: du -h pull-request-artifact.jar
shell: bash

- uses: actions/cache@v3
- uses: actions/cache@v4
name: Download base
with:
path: |
Expand Down

0 comments on commit f5c6345

Please sign in to comment.