File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v6
1515
1616 - uses : pnpm/action-setup@v4
1717 with :
1818 version : 9
1919
2020 - name : Setup Node.js environment
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@v6
2222 with :
2323 node-version : 20.5
2424 cache : " pnpm"
Original file line number Diff line number Diff line change 1818 id-token : write
1919 steps :
2020 - name : Checkout Repo
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v6
2222 with :
2323 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2424 fetch-depth : 0
2828 version : 9
2929
3030 - name : Setup Node.js environment
31- uses : actions/setup-node@v3
31+ uses : actions/setup-node@v6
3232 with :
3333 node-version : 20.5
3434 cache : " pnpm"
You can’t perform that action at this time.
0 commit comments