File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
timeout-minutes : 5
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v4
23
23
- name : Setup Python
24
24
uses : actions/setup-python@v4
25
25
with :
58
58
timeout-minutes : 15
59
59
steps :
60
60
- name : Checkout
61
- uses : actions/checkout@v2
61
+ uses : actions/checkout@v4
62
62
- name : Setup Python ${{ matrix.pyver }}
63
63
uses : actions/setup-python@v4
64
64
with :
@@ -101,7 +101,7 @@ jobs:
101
101
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
102
102
steps :
103
103
- name : Checkout
104
- uses : actions/checkout@v2
104
+ uses : actions/checkout@v4
105
105
- name : Setup Python
106
106
uses : actions/setup-python@v4
107
107
with :
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@v2
You can’t perform that action at this time.
0 commit comments