From a61685f48b80f700285cf78ef8432a82b4d2ec25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 17:56:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/autofix.yaml | 2 +- .github/workflows/update-project.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 877a4b7..7832597 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -8,7 +8,7 @@ jobs: permissions: {} timeout-minutes: 15 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{github.head_ref}} persist-credentials: false diff --git a/.github/workflows/update-project.yaml b/.github/workflows/update-project.yaml index 42a892e..b4a29da 100644 --- a/.github/workflows/update-project.yaml +++ b/.github/workflows/update-project.yaml @@ -10,7 +10,7 @@ jobs: permissions: issues: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - id: token