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 20
20
timeout-minutes : 5
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
- name : Setup Python
25
25
uses : actions/setup-python@v6
26
26
with :
55
55
timeout-minutes : 15
56
56
steps :
57
57
- name : Checkout
58
- uses : actions/checkout@v4
58
+ uses : actions/checkout@v5
59
59
- name : Setup Python ${{ matrix.pyver }}
60
60
uses : actions/setup-python@v6
61
61
with :
@@ -106,7 +106,7 @@ jobs:
106
106
id-token : write # Trusted publishing & sigstore
107
107
steps :
108
108
- name : Checkout
109
- uses : actions/checkout@v4
109
+ uses : actions/checkout@v5
110
110
- name : Setup Python
111
111
uses : actions/setup-python@v6
112
112
with :
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- name : Initialize CodeQL
33
33
uses : github/codeql-action/init@v3
You can’t perform that action at this time.
0 commit comments