File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 outputs :
2323 issue-number : ${{ steps.vars.outputs.issue-number }}
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - uses : actions/setup-node@v6
2727 with :
2828 node-version-file : package.json
5656 matrix :
5757 target : [built, committed]
5858 steps :
59- - uses : actions/checkout@v5
59+ - uses : actions/checkout@v6
6060 - if : matrix.target == 'built' || github.event_name == 'pull_request'
6161 uses : actions/download-artifact@v6
6262 with :
@@ -122,7 +122,7 @@ jobs:
122122 needs : [test]
123123 runs-on : ubuntu-latest
124124 steps :
125- - uses : actions/checkout@v5
125+ - uses : actions/checkout@v6
126126 - uses : actions/download-artifact@v6
127127 with :
128128 name : dist
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Slash Command Dispatch
10- uses : peter-evans/slash-command-dispatch@v4
10+ uses : peter-evans/slash-command-dispatch@v5
1111 with :
1212 token : ${{ secrets.ACTIONS_BOT_TOKEN }}
1313 config : >
Original file line number Diff line number Diff line change 1818 echo "branch=$branch" >> $GITHUB_OUTPUT
1919
2020 # Checkout the branch to test
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 repository : ${{ steps.vars.outputs.repository }}
2424 ref : ${{ steps.vars.outputs.branch }}
Original file line number Diff line number Diff line change 44 testCreateOrUpdateComment :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v5
7+ - uses : actions/checkout@v6
88
99 # Test create
1010 - name : Create comment
Original file line number Diff line number Diff line change 1717 tag :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 token : ${{ secrets.ACTIONS_BOT_TOKEN }}
2323 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments