Skip to content

Commit

Permalink
Update actions/cache action to v4 (#1271)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 18, 2024
1 parent d939391 commit 54d58ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
# A hack as GH action does not allow you to force override cache storing if there was a cache hit
# https://github.com/actions/cache/issues/628#issuecomment-986118455
- name: 🗄️ Force Save Registry Cache Per Sha
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/registry
key: ${{ runner.os }}-pull-request-cache-${{ github.sha }}

- name: 🗄️ Restore Registry Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/registry
key: ${{ runner.os }}-pull-request-cache-${{ github.sha }}
Expand Down

0 comments on commit 54d58ab

Please sign in to comment.