diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6767d7f8..758f76c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -290,7 +290,7 @@ jobs: - name: Checkout # actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container. if: fromJSON(matrix.config.container) != null - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node.js if: fromJSON(matrix.config.container) == null