diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 97c3d0c266..ec18b1db55 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -845,7 +845,7 @@ jobs: # Windows is omitted: the `openssl` dep is `cfg(unix)`, so the # feature is a no-op there and there's nothing to exercise. steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - uses: dtolnay/rust-toolchain@stable