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@v3
22
+ uses : actions/checkout@v4
23
23
- name : Setup Python
24
24
uses : actions/setup-python@v4
25
25
with :
59
59
timeout-minutes : 15
60
60
steps :
61
61
- name : Checkout
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
- name : Setup Python ${{ matrix.pyver }}
64
64
uses : actions/setup-python@v4
65
65
with :
@@ -102,7 +102,7 @@ jobs:
102
102
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
103
103
steps :
104
104
- name : Checkout
105
- uses : actions/checkout@v3
105
+ uses : actions/checkout@v4
106
106
- name : Setup Python
107
107
uses : actions/setup-python@v4
108
108
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