File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
timeout-minutes : 10
24
24
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- uses : actions/setup-python@v4
28
28
with :
29
29
python-version : 3.11
38
38
timeout-minutes : 10
39
39
40
40
steps :
41
- - uses : actions/checkout@v3
41
+ - uses : actions/checkout@v4
42
42
- uses : actions/setup-python@v4
43
43
with :
44
44
python-version : 3.9
52
52
timeout-minutes : 10
53
53
54
54
steps :
55
- - uses : actions/checkout@v2
55
+ - uses : actions/checkout@v4
56
56
- uses : actions/setup-python@v4
57
57
with :
58
58
python-version : 3.9
81
81
timeout-minutes : 10
82
82
83
83
steps :
84
- - uses : actions/checkout@v2
84
+ - uses : actions/checkout@v4
85
85
- uses : actions/setup-python@v4
86
86
with :
87
87
python-version : 3.11
Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Checkout repository
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
name : " Release a new version"
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
token : ${{ secrets.GH_RELEASE_PAT }}
21
21
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments