Skip to content

Commit 80c569e

Browse files
committed
Use actions/cache@v4
1 parent 24d4441 commit 80c569e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
mkdir -p buildout-cache/{eggs,downloads}
4141
pip install -r requirements.txt
4242
- name: Cache eggs
43-
uses: actions/cache@v2
43+
uses: actions/cache@v4
4444
env:
4545
cache-name: cache-eggs
4646
with:
@@ -93,7 +93,7 @@ jobs:
9393
mkdir -p buildout-cache/{eggs,downloads}
9494
pip install -r requirements.txt
9595
- name: Cache eggs
96-
uses: actions/cache@v2
96+
uses: actions/cache@v4
9797
env:
9898
cache-name: cache-eggs
9999
with:

0 commit comments

Comments
 (0)