This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
result : ${{ steps.check.outputs.result }}
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v5
25
25
26
26
- name : Check for qualifying mention
27
27
id : check
97
97
runs-on : ubuntu-latest
98
98
steps :
99
99
- name : Checkout repository
100
- uses : actions/checkout@v3
100
+ uses : actions/checkout@v5
101
101
with :
102
102
fetch-depth : 0
103
103
token : ${{ secrets.PAT_FOR_PR }} # Use PAT for checkout to allow committing later
Original file line number Diff line number Diff line change 20
20
steps :
21
21
# https://github.com/actions/checkout
22
22
- name : Checkout
23
- uses : actions/checkout@v4.2.2
23
+ uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
26
26
Original file line number Diff line number Diff line change 26
26
27
27
# https://github.com/actions/checkout
28
28
- name : Check out repository
29
- uses : actions/checkout@v4.2.2
29
+ uses : actions/checkout@v5
30
30
with :
31
31
persist-credentials : false
32
32
Original file line number Diff line number Diff line change 13
13
permissions :
14
14
id-token : write
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
- name : Install uv
19
19
uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 26
26
steps :
27
27
# https://github.com/actions/checkout
28
28
- name : Checkout
29
- uses : actions/checkout@v4.2.2
29
+ uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
You can’t perform that action at this time.
0 commit comments