File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
timeout-minutes : 5
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v2.3.5
26
+ uses : actions/checkout@v2.4.0
27
27
- name : Setup Python 3.9
28
28
uses : actions/setup-python@v2
29
29
with :
95
95
INSTALL_DIR : ${{ github.workspace }}/redis
96
96
steps :
97
97
- name : Checkout
98
- uses : actions/checkout@v2.3.5
98
+ uses : actions/checkout@v2.4.0
99
99
- name : Setup Python ${{ matrix.pyver }}
100
100
uses : actions/setup-python@v2
101
101
with :
@@ -156,7 +156,7 @@ jobs:
156
156
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
157
157
steps :
158
158
- name : Checkout
159
- uses : actions/checkout@v2.3.5
159
+ uses : actions/checkout@v2.4.0
160
160
- name : Setup Python 3.9
161
161
uses : actions/setup-python@v2
162
162
with :
You can’t perform that action at this time.
0 commit comments