From eb0b75ca2ac1f74b959ebf5c7f4c429f007acfce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:38:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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