We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f001e9 commit f5ef9b6Copy full SHA for f5ef9b6
.github/workflows/job_openvino_js.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Setup Node ${{ env.NODE_VERSION }}
54
if: runner.os != 'Linux' # Node is already installed in the Docker image
55
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
56
with:
57
node-version: ${{ env.NODE_VERSION }}
58
.github/workflows/windows_vs2019_release.yml
@@ -189,7 +189,7 @@ jobs:
189
path: ${{ env.OPENVINO_JS_LIBS_DIR }}
190
191
192
193
194
195
0 commit comments