File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Set target branch
1414 run : echo "TARGET_BRANCH=${{ github.ref }}" >> $GITHUB_ENV
1515 - name : Set target branch for PR event
Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 - name : Initialize CodeQL
2525 uses : github/codeql-action/init@v4
2626 with :
Original file line number Diff line number Diff line change 1616 GITHUB_TOKEN : ${{ secrets.ACTION_GITHUB_TOKEN }}
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0 # Need history for changelog generation
2222 - uses : jdx/mise-action@v3
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - uses : jdx/mise-action@v3
1414 - run : pnpm i
1515 - name : build
3131 CI : true
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - uses : jdx/mise-action@v3
3636 - run : pnpm i
3737 - name : test
You can’t perform that action at this time.
0 commit comments