From 72c04654a7d86f6bc06719d59bba6bb167ed5f11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:17:50 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/generate_update_wordlists.yaml | 2 +- .github/workflows/healthchecks_housekeeping.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_update_wordlists.yaml b/.github/workflows/generate_update_wordlists.yaml index 6ffa99be..05c34051 100644 --- a/.github/workflows/generate_update_wordlists.yaml +++ b/.github/workflows/generate_update_wordlists.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: main filter: "blob:none" #https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/ diff --git a/.github/workflows/healthchecks_housekeeping.yaml b/.github/workflows/healthchecks_housekeeping.yaml index 0f676d77..9347dc9a 100644 --- a/.github/workflows/healthchecks_housekeeping.yaml +++ b/.github/workflows/healthchecks_housekeeping.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: main filter: "blob:none" #https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/