We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571b2bf commit 6c2d101Copy full SHA for 6c2d101
.github/workflows/build.yml
@@ -311,7 +311,7 @@ jobs:
311
- name: Checkout
312
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
313
if: fromJSON(matrix.config.container) != null
314
- uses: actions/checkout@v4
+ uses: actions/checkout@v3
315
316
- name: Install Node.js
317
if: fromJSON(matrix.config.container) == null && runner.os != 'Windows'
0 commit comments