Skip to content

Commit 3684ddf

Browse files
authored
[MOD] update actions/cache to v4 [skip ci]
1 parent 3ffb04d commit 3684ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pip install --upgrade pip
4343
pip install -r requirements-${{ matrix.plone-version }}.txt
4444
- name: Cache eggs
45-
uses: actions/cache@v2
45+
uses: actions/cache@v4
4646
env:
4747
cache-name: cache-eggs
4848
with:

0 commit comments

Comments
 (0)