From 67e9e1bb6aa59a83fbeb818b43ee229f3c9a751f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:44:36 +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 50f4139..b09cfa0 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -209,7 +209,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