File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : macos-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up JDK 21
Original file line number Diff line number Diff line change 28
28
# Run on all non-comment events specified by the calling workflow and for comments on PRs that have a corresponding body.
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
if : github.event_name == 'push' || github.event_name == 'pull_request'
33
33
- uses : actions/github-script@v7
34
34
if : github.event_name == 'issue_comment'
47
47
} catch (err) {
48
48
core.setFailed(`Request failed with error ${err}`)
49
49
}
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v5
51
51
if : github.event_name == 'issue_comment'
52
52
with :
53
53
repository : ${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }}
Original file line number Diff line number Diff line change 10
10
runs-on : windows-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up JDK 21
You can’t perform that action at this time.
0 commit comments