File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 lint-and-build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-node@v4
1515 with :
1616 cache : npm
Original file line number Diff line number Diff line change 4040 echo 'BRANCH='${{ inputs.branch || 'main' }} >> $GITHUB_ENV
4141
4242 - name : Checkout "${{ env.BRANCH }}" branch locally
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v6
4444 with :
4545 ref : ${{ env.BRANCH }}
4646 fetch-tags : true
Original file line number Diff line number Diff line change 2424 app-id : ${{ vars.GHA_APP_ID }}
2525 private-key : ${{ secrets.GHA_PRIVATE_KEY }}
2626
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 with :
2929 ref : main
3030 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments