From ed4c879305b01ef8ccda425246317286ef12a797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:38:19 +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"