From 6c2066a3fc188c989237ccbf6f808440f9fbed69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:26:21 +0000 Subject: [PATCH] [skip-ci] Update actions/checkout action to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca8994f..4aa2544 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: needs: check steps: - name: Checkout Version - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{needs.check.outputs.version}} - name: Update Rust @@ -93,7 +93,7 @@ jobs: VERSION: ${{needs.check.outputs.version}} steps: - name: Checkout Version - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{needs.check.outputs.version}} - name: Get release notes @@ -160,7 +160,7 @@ jobs: sudo apt-get update sudo apt-get -y install protobuf-compiler libprotobuf-dev - name: Checkout Version - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{needs.check.outputs.version}} - name: Publish crate