Skip to content

Commit 123e770

Browse files
committed
upgrading to cachev4 for github actions
1 parent 4733bc0 commit 123e770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
architecture: ${{ matrix.architecture }}
2424
- name: Cache pip 3.8
2525
if: matrix.python-version == 3.8
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
# This path is specific to Ubuntu
2929
path: ~/.cache/pip
@@ -34,7 +34,7 @@ jobs:
3434
${{ runner.os }}-
3535
- name: Cache pip
3636
if: matrix.python-version != 3.8
37-
uses: actions/cache@v2
37+
uses: actions/cache@v4
3838
with:
3939
# This path is specific to Ubuntu
4040
path: ~/.cache/pip

0 commit comments

Comments
 (0)