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 1010 runs-on : macos-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 - name : Set up JDK 21
Original file line number Diff line number Diff line change 2828 # Run on all non-comment events specified by the calling workflow and for comments on PRs that have a corresponding body.
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 if : github.event_name == 'push' || github.event_name == 'pull_request'
3333 - uses : actions/github-script@v7
3434 if : github.event_name == 'issue_comment'
4747 } catch (err) {
4848 core.setFailed(`Request failed with error ${err}`)
4949 }
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 if : github.event_name == 'issue_comment'
5252 with :
5353 repository : ${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }}
Original file line number Diff line number Diff line change 1010 runs-on : windows-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 - name : Set up JDK 21
You can’t perform that action at this time.
0 commit comments