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 :
93
93
INSTALL_DIR : ${{ github.workspace }}/redis
94
94
steps :
95
95
- name : Checkout
96
- uses : actions/checkout@v2.3.5
96
+ uses : actions/checkout@v2.4.0
97
97
- name : Setup Python ${{ matrix.pyver }}
98
98
uses : actions/setup-python@v2
99
99
with :
@@ -147,7 +147,7 @@ jobs:
147
147
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
148
148
steps :
149
149
- name : Checkout
150
- uses : actions/checkout@v2.3.5
150
+ uses : actions/checkout@v2.4.0
151
151
- name : Setup Python 3.9
152
152
uses : actions/setup-python@v2
153
153
with :
You can’t perform that action at this time.
0 commit comments