File tree Expand file tree Collapse file tree 2 files changed +950
-587
lines changed Expand file tree Collapse file tree 2 files changed +950
-587
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 runs-on : ubuntu-latest
1313 if : ${{ github.event_name != 'pull_request' }}
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 name : Checkout [main]
1717 with :
1818 fetch-depth : 0
19- - uses : actions/setup-node@v3
19+ - uses : actions/setup-node@v4
2020 with :
2121 node-version : " 16"
2222 - uses : pnpm/action-setup@v2.4.0
@@ -49,12 +49,12 @@ jobs:
4949 runs-on : ubuntu-latest
5050 if : ${{ github.event_name == 'pull_request' }}
5151 steps :
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353 with :
5454 ref : ${{ github.event.pull_request.head.ref }}
5555 repository : ${{ github.event.pull_request.head.repo.full_name }}
5656 fetch-depth : 0
57- - uses : actions/setup-node@v3
57+ - uses : actions/setup-node@v4
5858 with :
5959 node-version : " 16"
6060 - uses : pnpm/action-setup@v2.4.0
You can’t perform that action at this time.
0 commit comments