Commit db65ba4 1 parent 0bb3c07 commit db65ba4 Copy full SHA for db65ba4
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
with :
20
20
access_token : ${{ github.token }}
21
21
- name : Checkout latest commit
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0 # fetch all history with version tags
25
25
- name : Set up python
26
- uses : actions/setup-python@v2
26
+ uses : actions/setup-python@v4
27
27
with :
28
28
python-version : " 3.10"
29
29
- name : Set up pip cache
30
- uses : actions/cache@v2
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : ~/.cache/pip
33
33
key : ${{ matrix.tox-env }}-${{ runner.os }}
@@ -89,15 +89,15 @@ jobs:
89
89
with :
90
90
access_token : ${{ github.token }}
91
91
- name : Checkout latest commit
92
- uses : actions/checkout@v2
92
+ uses : actions/checkout@v4
93
93
with :
94
94
fetch-depth : 0 # fetch all history with version tags
95
95
- name : Set up python ${{ matrix.python-version }}
96
96
uses : actions/setup-python@v2
97
97
with :
98
98
python-version : ${{ matrix.python-version }}
99
99
- name : Set up pip cache
100
- uses : actions/cache@v2
100
+ uses : actions/cache@v4
101
101
with :
102
102
path : .cache/pip
103
103
key : ${{ matrix.tox-env }}-${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments