From f4de8f467e271125f8de50645c2be06d332292b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:49:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20actions/checkout?= =?UTF-8?q?=20action=20to=20v7.0.1?= 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 a4b0d98..0980cfc 100644 --- a/.github/workflows/action-actionlint.yml +++ b/.github/workflows/action-actionlint.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Run actionlint uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 # v2.2.0 diff --git a/.github/workflows/action-conventions.yml b/.github/workflows/action-conventions.yml index af50215..6d91541 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: sparse-checkout: ${{ inputs.additional-labeler-config }} diff --git a/.github/workflows/action-docs.yml b/.github/workflows/action-docs.yml index 2b73e54..0bb5400 100644 --- a/.github/workflows/action-docs.yml +++ b/.github/workflows/action-docs.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/action-sync-labels.yml b/.github/workflows/action-sync-labels.yml index 97e9441..cd22b99 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: sparse-checkout: ${{ inputs.additional-config }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50892fe..9c6be37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: fi - name: Checkout code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Create GitHub Release uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2