File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 runs-on : ubuntu-latest
2323 if : ${{ github.event_name != 'pull_request' }}
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 name : Checkout [main]
2727 with :
2828 fetch-depth : 0
2929 # - name: Derive appropriate SHAs for base and head for `nx affected` commands
3030 # uses: nrwl/nx-set-shas@v3
31- - uses : actions/setup-node@v3
31+ - uses : actions/setup-node@v4
3232 with :
3333 node-version : ' 16'
3434 - uses : pnpm/action-setup@v2.4.0
@@ -63,14 +63,14 @@ jobs:
6363 runs-on : ubuntu-latest
6464 if : ${{ github.event_name == 'pull_request' }}
6565 steps :
66- - uses : actions/checkout@v3
66+ - uses : actions/checkout@v4
6767 with :
6868 ref : ${{ github.event.pull_request.head.ref }}
6969 repository : ${{ github.event.pull_request.head.repo.full_name }}
7070 fetch-depth : 0
7171 # - name: Derive appropriate SHAs for base and head for `nx affected` commands
7272 # uses: nrwl/nx-set-shas@v3
73- - uses : actions/setup-node@v3
73+ - uses : actions/setup-node@v4
7474 with :
7575 node-version : ' 16'
7676 - uses : pnpm/action-setup@v2.4.0
You can’t perform that action at this time.
0 commit comments