Skip to content

Commit

Permalink
github: update actions/cache v3 -> v4
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
  • Loading branch information
jsbronder committed Apr 1, 2024
1 parent 2a064bb commit ff58178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
path: meta-openrc
- name: Restore Shared-State Cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: build/sstate-cache
key: sstate-openrc-${{ env.OE_BRANCH }}-${{ github.sha }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
rm -r tmp/
- name: Save Shared-State Cache
if: always()
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: build/sstate-cache
key: sstate-openrc-${{ env.OE_BRANCH }}-${{ github.sha }}
Expand Down

0 comments on commit ff58178

Please sign in to comment.