File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 bumpVersion :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 with :
3838 fetch-depth : 0 # for git describe --tags (used by bumpp internally)
3939 - uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 - uses : pnpm/action-setup@v4
2121
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0 # to figure out last change to the json file
2121
Original file line number Diff line number Diff line change 1919 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 - uses : pnpm/action-setup@v4
2424 - name : Install Node.js ${{ matrix.node-version }}
2525 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 2929 permissions :
3030 id-token : write
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - uses : pnpm/action-setup@v4
3434 - uses : actions/setup-node@v6
3535 with :
You can’t perform that action at this time.
0 commit comments