From a2a726451468130e93956a2afe0a938411a1a859 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:15:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/changelog.yml | 2 +- .github/workflows/super-linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 99b913d..99c0749 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 4 if: ${{ !contains(github.event.head_commit.message, 'update changelog') }} steps: - - uses: actions/checkout@v6 # zizmor: ignore[unpinned-uses] + - uses: actions/checkout@v7 # zizmor: ignore[unpinned-uses] with: persist-credentials: false - name: Set up Ruby diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index d6af837..cc12059 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -46,7 +46,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v6 # zizmor: ignore[unpinned-uses] + uses: actions/checkout@v7 # zizmor: ignore[unpinned-uses] with: # Super-Linter requires full repository history for analysis fetch-depth: 0