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 2323 image : " node:${{ matrix.container_tag }}"
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Show node env
2828 run : |
2929 node -v
3939 runs-on : ubuntu-latest
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 - uses : actions/setup-node@v4
4444 with :
4545 node-version-file : .tool-versions
Original file line number Diff line number Diff line change 4343 with :
4444 app-id : ${{ secrets.BYPASS_APP_ID }}
4545 private-key : ${{ secrets.BYPASS_APP_PRIVATE_KEY }}
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 with :
4848 ref : master
4949 token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 1212 id-token : write
1313 if : github.event_name == 'workflow_dispatch'
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : actions/setup-node@v4
1717 with :
1818 node-version-file : .tool-versions
You can’t perform that action at this time.
0 commit comments