File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 echo "GH context:"
2626 echo "$GITHUB_CONTEXT"
2727 - name : ' Download artifact'
28- uses : actions/github-script@v6.4 .1
28+ uses : actions/github-script@v7.0 .1
2929 with :
3030 script : |
3131 var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
5151 cat ./comment
5252
5353 - name : ' Comment on Current Pull Request'
54- uses : actions/github-script@v6
54+ uses : actions/github-script@v7
5555 with :
5656 github-token : ${{ secrets.COMMENT_BOT_TOKEN }}
5757 script : |
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - uses : actions/github-script@v6
12+ - uses : actions/github-script@v7
1313 with :
1414 script : |
1515 console.log("Setting up the repository", context);
You can’t perform that action at this time.
0 commit comments