diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64943742e..a30efb1ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - name: Show GLIBC run: ldd --version - name: Checkout sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ needs.set-env.outputs.sha }} - name: Install stable toolchain