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 : Dispatch and return Run ID
1414 id : return_dispatch
1515 uses : Codex-/return-dispatch@main
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 - run : pnpm run build:types
3030 CI : true
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - uses : jdx/mise-action@v2
3535 - run : pnpm i
3636 - name : test
You can’t perform that action at this time.
0 commit comments