File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 99 name : Changeset
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 1
1515 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919
2020 - uses : pnpm/action-setup@v4
2121 name : Install pnpm
4545 name : Lint
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949
5050 - uses : pnpm/action-setup@v4
5151 name : Install pnpm
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 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1919 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments