From 71d62160acf7fa2e506ab7ea4a0bb893f3f1505f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:27:44 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/check-single-nep-modification-limit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-single-nep-modification-limit.yaml b/.github/workflows/check-single-nep-modification-limit.yaml index 09d8462..263043e 100644 --- a/.github/workflows/check-single-nep-modification-limit.yaml +++ b/.github/workflows/check-single-nep-modification-limit.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0