Skip to content

Commit

Permalink
feat(ci/cd): bump actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Dec 19, 2024
1 parent f3522c1 commit 37fe7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plone-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v2

- name: Cache eggs
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-eggs
with:
Expand Down

0 comments on commit 37fe7e4

Please sign in to comment.