Skip to content

Commit a80aca0

Browse files
authored
Update .github/workflows/publish-vscode-extension.yml
Signed-off-by: Alex Boyko <alex.boyko@broadcom.com>
1 parent d8d744a commit a80aca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-vscode-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Publish '${{ inputs.extension-name }}-${{ inputs.version }}-${{ inputs.postfix }}.vsix'
2929
steps:
3030
- name: Use Node.js 22.x
31-
uses: actions/setup-node@v6
31+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0
3232
with:
3333
node-version: 22.x
3434
- name: Download Release VSIX

0 commit comments

Comments
 (0)