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 3131 runs-on : ubuntu-latest
3232 if : github.ref == 'refs/heads/master'
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 - name : Set up JDK 17
3636 uses : actions/setup-java@v4
3737 with :
Original file line number Diff line number Diff line change 2929 pull-requests : write
3030 steps :
3131 # get the PR from the event as JSON
32- - uses : actions/github-script@v6
32+ - uses : actions/github-script@v7
3333 id : pr
3434 with :
3535 script : |
4040 return pullRequest
4141
4242 # check out the merged result
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 with :
4545 ref : ${{fromJSON(steps.pr.outputs.result).merge_commit_sha}}
4646
Original file line number Diff line number Diff line change 1818 publish-wiki :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : Andrew-Chen-Wang/github-wiki-action@v5
You can’t perform that action at this time.
0 commit comments