File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
VSCODE_TEST_VERSION : ${{ matrix.vscode-version }}
23
23
NODE_OPTIONS : ' --max-old-space-size=8192'
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- name : Use Node.js ${{ matrix.node-version }}
27
27
uses : actions/setup-node@v3
28
28
with :
64
64
VSCODE_TEST_VERSION : ${{ matrix.vscode-version }}
65
65
NODE_OPTIONS : ' --max-old-space-size=8192'
66
66
steps :
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v4
68
68
- name : Use Node.js ${{ matrix.node-version }}
69
69
uses : actions/setup-node@v3
70
70
with :
93
93
env :
94
94
NODE_OPTIONS : ' --max-old-space-size=8192'
95
95
steps :
96
- - uses : actions/checkout@v3
96
+ - uses : actions/checkout@v4
97
97
- name : Use Node.js ${{ matrix.node-version }}
98
98
uses : actions/setup-node@v3
99
99
with :
Original file line number Diff line number Diff line change 27
27
version : ${{ steps.build.outputs.version }}
28
28
changes : ${{ steps.build.outputs.changes }}
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
with :
32
32
fetch-depth : 0
33
33
- name : Use Node.js ${{ matrix.node-version }}
87
87
steps :
88
88
# Must perform checkout first, it deletes the target directory
89
89
# before running, thus would delete the downloaded artifacts.
90
- - uses : actions/checkout@v3
90
+ - uses : actions/checkout@v4
91
91
- uses : actions/download-artifact@v3
92
92
- name : Delete existing prerelease
93
93
# "prerelease" (main branch) or "pre-<feature>"
You can’t perform that action at this time.
0 commit comments