From af1741f4dab4a00a8942320014fb4bd22cc55d29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:49:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/release-plz.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 18fe210..31a505c 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Install Rust toolchain @@ -37,7 +37,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.RELEASE_PLZ_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 595a598..51b1903 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: } steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set the release version shell: bash