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 2323 timeout-minutes : 5
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v2.3.5
26+ uses : actions/checkout@v2.4.0
2727 - name : Setup Python 3.9
2828 uses : actions/setup-python@v2
2929 with :
9595 INSTALL_DIR : ${{ github.workspace }}/redis
9696 steps :
9797 - name : Checkout
98- uses : actions/checkout@v2.3.5
98+ uses : actions/checkout@v2.4.0
9999 - name : Setup Python ${{ matrix.pyver }}
100100 uses : actions/setup-python@v2
101101 with :
@@ -156,7 +156,7 @@ jobs:
156156 if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
157157 steps :
158158 - name : Checkout
159- uses : actions/checkout@v2.3.5
159+ uses : actions/checkout@v2.4.0
160160 - name : Setup Python 3.9
161161 uses : actions/setup-python@v2
162162 with :
You can’t perform that action at this time.
0 commit comments