File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
if : contains(github.event.pull_request.labels.*.name, 'CHANGELOG-missing')
20
20
steps :
21
21
- name : Check out repository
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
ref : ${{ github.event.pull_request.head.ref }}
25
25
repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
- name : Codespell
22
22
uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 12
12
run : |
13
13
git config --global user.email "test@github.land"
14
14
git config --global user.name "GitHub Almighty"
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Set up Python 3.9
17
17
uses : actions/setup-python@v5
18
18
with :
Original file line number Diff line number Diff line change 15
15
if : github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
16
16
steps :
17
17
- name : Checkout source
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
# Check out all history so that the previous release tag can be
21
21
# found:
You can’t perform that action at this time.
0 commit comments