Skip to content

Commit

Permalink
Merge pull request #24 from anolilab/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
prisis authored Feb 13, 2024
2 parents 14795b8 + c1ba8b8 commit eb512d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
SKIP_CHECK: "true"

- name: "Restore Next.js Build"
uses: "actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8" # v3.3.1
uses: "actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2" # v4.0.0
id: "restore-build-cache"
env:
cache-name: "cache-next-build"
Expand Down

0 comments on commit eb512d4

Please sign in to comment.