diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1da95ab6..be695e09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: # artifacts are downloaded first. needs: install-cross steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: submodules: true - if: matrix.mingw_package @@ -66,7 +66,7 @@ jobs: # macOS isn't currently using this either, but see the note about Windows above. needs: install-cross steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: submodules: true - run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }} @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest needs: install-cross steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: submodules: true