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 @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Repo
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717 with :
1818 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1919 fetch-depth : 0
2020
2121 - name : Setup Node.js
22- uses : actions/setup-node@v2
22+ uses : actions/setup-node@v3
2323 with :
2424 node-version : ' 16'
2525 cache : ' yarn'
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Repo
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212
1313 - name : Setup Node.js
14- uses : actions/setup-node@v2
14+ uses : actions/setup-node@v3
1515 with :
1616 node-version : ' 16'
1717 cache : ' yarn'
You can’t perform that action at this time.
0 commit comments