File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 - name : Setup pnpm
2424 uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131 with :
3232 ref : ${{ inputs.ref }}
3333
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515
1616 - name : Setup pnpm
1717 uses : pnpm/action-setup@v4
You can’t perform that action at this time.
0 commit comments