From c8aac197bea713471094c46c0f8cd8bac4efcfcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 12:11:29 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 256bb31..22ca496 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -71,7 +71,7 @@ jobs: CCACHE_COMPILERCHECK: content CCACHE_SLOPPINESS: time_macros,file_macro,include_file_mtime,include_file_ctime steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: persist-credentials: false