Skip to content

Commit 7774a3d

Browse files
Revert "[test] override node version of checkout"
This reverts commit 33ad792.
1 parent 33ad792 commit 7774a3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ jobs:
312312
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
313313
if: fromJSON(matrix.config.container) != null
314314
uses: actions/checkout@v3
315-
env:
316-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
317315

318316
- name: Install Node.js
319317
if: fromJSON(matrix.config.container) == null && runner.os != 'Windows'

0 commit comments

Comments
 (0)