From 86658e1999149769c83aa2eaf1873c812ab79473 Mon Sep 17 00:00:00 2001 From: Nicolas Sarlin Date: Tue, 2 Dec 2025 10:45:06 +0100 Subject: [PATCH] fix(ci): new location for action/checkout git creds --- .github/workflows/aws_tfhe_backward_compat_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws_tfhe_backward_compat_tests.yml b/.github/workflows/aws_tfhe_backward_compat_tests.yml index 37c5568a3..3adc541f2 100644 --- a/.github/workflows/aws_tfhe_backward_compat_tests.yml +++ b/.github/workflows/aws_tfhe_backward_compat_tests.yml @@ -94,8 +94,8 @@ jobs: # Pull token was stored by action/checkout to be used by lfs, we don't need it anymore - name: Remove git credentials - run: | - git config --local --unset-all http.https://github.com/.extraheader + run: | # Starting version 6.0, action/checkout uses a dedicated file for git credentials + git config --local --unset-all http.https://github.com/.extraheader || rm "${RUNNER_TEMP}"/git-credentials-*.config - name: Install latest stable uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # zizmor: ignore[stale-action-refs] this action doesn't create releases