From ed74a0f33e9b3e3dc70148b6cb478780b2bf6390 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 17:58:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20actions/checkout?= =?UTF-8?q?=20action=20to=20v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action-actionlint.yml | 2 +- .github/workflows/action-conventions.yml | 2 +- .github/workflows/action-docs.yml | 2 +- .github/workflows/action-sync-labels.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/action-actionlint.yml b/.github/workflows/action-actionlint.yml index 719e4ee..8f48c05 100644 --- a/.github/workflows/action-actionlint.yml +++ b/.github/workflows/action-actionlint.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Run actionlint uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2 diff --git a/.github/workflows/action-conventions.yml b/.github/workflows/action-conventions.yml index 2941773..e33cfeb 100644 --- a/.github/workflows/action-conventions.yml +++ b/.github/workflows/action-conventions.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout additional config if: ${{ inputs.additional-labeler-config }} - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: sparse-checkout: ${{ inputs.additional-labeler-config }} diff --git a/.github/workflows/action-docs.yml b/.github/workflows/action-docs.yml index cafc136..be078f2 100644 --- a/.github/workflows/action-docs.yml +++ b/.github/workflows/action-docs.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/action-sync-labels.yml b/.github/workflows/action-sync-labels.yml index 587dba2..97e9441 100644 --- a/.github/workflows/action-sync-labels.yml +++ b/.github/workflows/action-sync-labels.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout additional config if: ${{ inputs.additional-config }} - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: sparse-checkout: ${{ inputs.additional-config }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca11ade..1ed58f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: fi - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Create GitHub Release uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0