File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 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 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repo
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 with :
1818 ref : ${{ inputs.ref }}
1919
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919
2020 - name : Setup pnpm
2121 uses : pnpm/action-setup@v4
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