From 608566e52cc9dbdf37b02f4f1a2236e6ca344cd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 11:52:04 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/repo_linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo_linter.yaml b/.github/workflows/repo_linter.yaml index cd3ca7c..419c9a5 100644 --- a/.github/workflows/repo_linter.yaml +++ b/.github/workflows/repo_linter.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: "main" fetch-depth: "1"