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 14
14
python-version : ['3.x']
15
15
steps :
16
16
- name : checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- uses : actions/setup-python@v5
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
- name : test
35
35
run : make build test
36
36
- name : test extension
Original file line number Diff line number Diff line change 21
21
security-events : write
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
- name : Set up Python 3.10
26
26
uses : actions/setup-python@v5
27
27
with :
98
98
contents : read
99
99
steps :
100
100
- name : Checkout
101
- uses : actions/checkout@v4
101
+ uses : actions/checkout@v5
102
102
103
103
- name : Set up Python 3.10
104
104
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 2
21
21
- name : Get changed files using defaults
50
50
- update-publishers-staging
51
51
steps :
52
52
- name : checkout
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
with :
55
55
fetch-depth : 2
56
56
- name : Get changed files using defaults
You can’t perform that action at this time.
0 commit comments