diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b46f7e66d..a413c46cc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -343,7 +343,7 @@ jobs: steps: - uses: actions/checkout@v4 if: matrix.vector.jobname != 'linux32' - - uses: actions/checkout@v1 # cannot be upgraded because Node.js Actions aren't supported in this container + - uses: actions/checkout@v4 # cannot be upgraded because Node.js Actions aren't supported in this container if: matrix.vector.jobname == 'linux32' - run: ci/install-docker-dependencies.sh - run: ci/run-build-and-tests.sh