File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5 .0.1
19+ uses : actions/checkout@v6 .0.2
2020 with :
2121 fetch-depth : 0
2222 - name : Setup Tools
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 - uses : pnpm/action-setup@v4
2222 with :
2323 version : 10
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Check out code
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222
2323 - name : Install tools & dependencies
2424 uses : ./.github/actions/install
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Check out code
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434
3535 - name : Install tools & dependencies
3636 uses : ./.github/actions/install
You can’t perform that action at this time.
0 commit comments