Skip to content

Commit 27be126

Browse files
committed
fix actions/cache version
1 parent 1e8a7f7 commit 27be126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: 3.8
2727
architecture: 'x64'
2828
- name: Cache venv
29-
uses: actions/cache@v1
29+
uses: actions/cache@v4
3030
with:
3131
path: venv
3232
# Look to see if there is a cache hit for the corresponding requirements file
@@ -80,7 +80,7 @@ jobs:
8080
python-version: 3.8
8181
architecture: 'x64'
8282
- name: Cache venv
83-
uses: actions/cache@v1
83+
uses: actions/cache@v4
8484
with:
8585
path: venv
8686
# Look to see if there is a cache hit for the corresponding requirements file

0 commit comments

Comments
 (0)