File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
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 2424 package : ${{ fromJson(inputs.containers) }}
2525 steps :
2626 - name : Checkout repo
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 with :
2929 ref : ${{ matrix.package.name }}@${{ matrix.package.version }}
3030 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v5
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 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v5
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