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@v4
12+ - uses : actions/checkout@v5
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@v4
23+ uses : actions/checkout@v5
2424 - name : Initialize CodeQL
2525 uses : github/codeql-action/init@v3
2626 with :
Original file line number Diff line number Diff line change 1515 GITHUB_TOKEN : ${{ secrets.ACTION_GITHUB_TOKEN }}
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0 # Need history for changelog generation
2121 - uses : jdx/mise-action@v2
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : jdx/mise-action@v2
1414 - run : pnpm i
1515 - name : build
3131 CI : true
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 - uses : jdx/mise-action@v2
3636 - run : pnpm i
3737 - name : test
You can’t perform that action at this time.
0 commit comments