File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 steps :
1515 - run : echo Running tests in ${{ matrix.site }}
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 - uses : pnpm/action-setup@v4
1919 - name : Setup Node
2020 uses : actions/setup-node@v6
4949
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v6
5353 - uses : actions/setup-node@v6
5454 with :
5555 node-version : ' lts/*'
Original file line number Diff line number Diff line change 2323 with :
2424 app-id : ${{ secrets.APP_ID }}
2525 private-key : ${{ secrets.APP_PRIVATE_KEY }}
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 with :
2828 token : ${{ steps.app-token.outputs.token }}
2929 - uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 4444 };
4545
4646 - name : Checkout PR branch
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v6
4848 with :
4949 token : ${{ steps.app-token.outputs.token }}
5050 ref : ${{ fromJSON(steps.pr.outputs.result).ref }}
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929 - name : Setup PNPM
3030 uses : pnpm/action-setup@v4
3131 - uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 2323 private-key : ${{ secrets.APP_PRIVATE_KEY }}
2424 app-id : ${{ secrets.APP_ID }}
2525 - name : Checkout Repo
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 with :
2828 persist-credentials : false
2929 fetch-depth : 0
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212 - uses : pnpm/action-setup@v4
1313 - name : Setup Node
1414 uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments