@@ -22,10 +22,10 @@ jobs:
22
22
# Note: To re-run `lint-commits` after fixing the PR title, close-and-reopen the PR.
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
with :
27
27
fetch-depth : 20
28
- - uses : actions/setup-node@v4
28
+ - uses : actions/setup-node@v5
29
29
with :
30
30
node-version : ' 20'
31
31
- name : Validate Branch name
48
48
env :
49
49
NODE_OPTIONS : ' --max-old-space-size=8192'
50
50
steps :
51
- - uses : actions/checkout@v4
51
+ - uses : actions/checkout@v5
52
52
- name : Use Node.js ${{ matrix.node-version }}
53
- uses : actions/setup-node@v4
53
+ uses : actions/setup-node@v5
54
54
with :
55
55
node-version : ${{ matrix.node-version }}
56
56
- run : npm ci
@@ -68,12 +68,12 @@ jobs:
68
68
NODE_OPTIONS : ' --max-old-space-size=8192'
69
69
70
70
steps :
71
- - uses : actions/checkout@v4
71
+ - uses : actions/checkout@v5
72
72
with :
73
73
fetch-depth : 0
74
74
75
75
- name : Use Node.js ${{ matrix.node-version }}
76
- uses : actions/setup-node@v4
76
+ uses : actions/setup-node@v5
77
77
with :
78
78
node-version : ${{ matrix.node-version }}
79
79
@@ -133,9 +133,9 @@ jobs:
133
133
AWS_TOOLKIT_TEST_CACHE_DIR : ' /tmp/.vscode-test/'
134
134
AWS_TOOLKIT_TEST_USER_DIR : ' /tmp/.vscode-test/user-data/'
135
135
steps :
136
- - uses : actions/checkout@v4
136
+ - uses : actions/checkout@v5
137
137
- name : Use Node.js ${{ matrix.node-version }}
138
- uses : actions/setup-node@v4
138
+ uses : actions/setup-node@v5
139
139
with :
140
140
node-version : ${{ matrix.node-version }}
141
141
- run : npm ci
@@ -170,9 +170,9 @@ jobs:
170
170
AWS_TOOLKIT_TEST_CACHE_DIR : ' /tmp/.vscode-test/'
171
171
AWS_TOOLKIT_TEST_USER_DIR : ' /tmp/.vscode-test/user-data/'
172
172
steps :
173
- - uses : actions/checkout@v4
173
+ - uses : actions/checkout@v5
174
174
- name : Use Node.js ${{ matrix.node-version }}
175
- uses : actions/setup-node@v4
175
+ uses : actions/setup-node@v5
176
176
with :
177
177
node-version : ${{ matrix.node-version }}
178
178
- run : npm ci
@@ -195,9 +195,9 @@ jobs:
195
195
VSCODE_TEST_VERSION : ${{ matrix.vscode-version }}
196
196
NODE_OPTIONS : ' --max-old-space-size=8192'
197
197
steps :
198
- - uses : actions/checkout@v4
198
+ - uses : actions/checkout@v5
199
199
- name : Use Node.js ${{ matrix.node-version }}
200
- uses : actions/setup-node@v4
200
+ uses : actions/setup-node@v5
201
201
with :
202
202
node-version : ${{ matrix.node-version }}
203
203
- run : npm ci
0 commit comments