File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
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 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
fetch-depth : 1
33
33
Original file line number Diff line number Diff line change 14
14
issues : write
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Run Claude Issue summarize
20
20
uses : ./.github/actions/claude-issue-summarize-action
Original file line number Diff line number Diff line change 14
14
issues : write
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Run Claude Issue Triage
20
20
uses : ./.github/actions/claude-issue-triage-action
Original file line number Diff line number Diff line change 26
26
actions : read # Required for Claude to read CI results on PRs
27
27
steps :
28
28
- name : Checkout repository
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 1
32
32
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 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 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
You can’t perform that action at this time.
0 commit comments