From 9846830b7a516edfbbf12bc67eb8e03f857dda42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:43:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/release.yml | 2 +- .github/workflows/verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af6260196..e1717d2be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: echo "${{ toJSON(github.event.inputs) }}" - name: Clone Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 0e711b736..c1469b788 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -12,7 +12,7 @@ jobs: os: [windows-latest, ubuntu-latest, macos-latest] steps: - name: Clone Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0