From 78e41172fe8be02382b1c1675720fceef52c4f58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 11:28:31 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/fetch_update_trackers.yaml | 2 +- .github/workflows/reset_commits.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fetch_update_trackers.yaml b/.github/workflows/fetch_update_trackers.yaml index 786b88aaf..3d2dd0c98 100644 --- a/.github/workflows/fetch_update_trackers.yaml +++ b/.github/workflows/fetch_update_trackers.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: "main" fetch-depth: "1" diff --git a/.github/workflows/reset_commits.yaml b/.github/workflows/reset_commits.yaml index c9d56f55e..d478e069b 100644 --- a/.github/workflows/reset_commits.yaml +++ b/.github/workflows/reset_commits.yaml @@ -18,7 +18,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: main fetch-depth: "1"