@@ -22,10 +22,10 @@ jobs:
2222        #  Note: To re-run `lint-commits` after fixing the PR title, close-and-reopen the PR.
2323        runs-on : ubuntu-latest 
2424        steps :
25-             - uses : actions/checkout@v4  
25+             - uses : actions/checkout@v5  
2626              with :
2727                  fetch-depth : 20 
28-             - uses : actions/setup-node@v4  
28+             - uses : actions/setup-node@v6  
2929              with :
3030                  node-version : ' 20' 
3131            - name : Validate Branch name 
4848        env :
4949            NODE_OPTIONS : ' --max-old-space-size=8192' 
5050        steps :
51-             - uses : actions/checkout@v4  
51+             - uses : actions/checkout@v5  
5252            - name : Use Node.js ${{ matrix.node-version }} 
53-               uses : actions/setup-node@v4  
53+               uses : actions/setup-node@v6  
5454              with :
5555                  node-version : ${{ matrix.node-version }} 
5656            - run : npm ci 
@@ -68,12 +68,12 @@ jobs:
6868            NODE_OPTIONS : ' --max-old-space-size=8192' 
6969
7070        steps :
71-             - uses : actions/checkout@v4  
71+             - uses : actions/checkout@v5  
7272              with :
7373                  fetch-depth : 0 
7474
7575            - name : Use Node.js ${{ matrix.node-version }} 
76-               uses : actions/setup-node@v4  
76+               uses : actions/setup-node@v6  
7777              with :
7878                  node-version : ${{ matrix.node-version }} 
7979
@@ -133,9 +133,9 @@ jobs:
133133            AWS_TOOLKIT_TEST_CACHE_DIR : ' /tmp/.vscode-test/' 
134134            AWS_TOOLKIT_TEST_USER_DIR : ' /tmp/.vscode-test/user-data/' 
135135        steps :
136-             - uses : actions/checkout@v4  
136+             - uses : actions/checkout@v5  
137137            - name : Use Node.js ${{ matrix.node-version }} 
138-               uses : actions/setup-node@v4  
138+               uses : actions/setup-node@v6  
139139              with :
140140                  node-version : ${{ matrix.node-version }} 
141141            - run : npm ci 
@@ -170,9 +170,9 @@ jobs:
170170            AWS_TOOLKIT_TEST_CACHE_DIR : ' /tmp/.vscode-test/' 
171171            AWS_TOOLKIT_TEST_USER_DIR : ' /tmp/.vscode-test/user-data/' 
172172        steps :
173-             - uses : actions/checkout@v4  
173+             - uses : actions/checkout@v5  
174174            - name : Use Node.js ${{ matrix.node-version }} 
175-               uses : actions/setup-node@v4  
175+               uses : actions/setup-node@v6  
176176              with :
177177                  node-version : ${{ matrix.node-version }} 
178178            - run : npm ci 
@@ -195,9 +195,9 @@ jobs:
195195            VSCODE_TEST_VERSION : ${{ matrix.vscode-version }} 
196196            NODE_OPTIONS : ' --max-old-space-size=8192' 
197197        steps :
198-             - uses : actions/checkout@v4  
198+             - uses : actions/checkout@v5  
199199            - name : Use Node.js ${{ matrix.node-version }} 
200-               uses : actions/setup-node@v4  
200+               uses : actions/setup-node@v6  
201201              with :
202202                  node-version : ${{ matrix.node-version }} 
203203            - run : npm ci 
0 commit comments