From e66534f16329646bd38d6c81628bf0fbfab1efb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:01:32 +0000 Subject: [PATCH] chore(ci): update actions/checkout action to v7 --- .github/workflows/cleanup-cache.yml | 2 +- .github/workflows/clone-labels.yml | 2 +- .github/workflows/update-license.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cleanup-cache.yml b/.github/workflows/cleanup-cache.yml index 05ec51d..dc706f6 100644 --- a/.github/workflows/cleanup-cache.yml +++ b/.github/workflows/cleanup-cache.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-depth: 0 diff --git a/.github/workflows/clone-labels.yml b/.github/workflows/clone-labels.yml index 871eb65..3ab4029 100644 --- a/.github/workflows/clone-labels.yml +++ b/.github/workflows/clone-labels.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Clone labels run: | diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index ef52c9d..07522e7 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-depth: 0