From 5a327e75a70d882b740108d28cac15ab4425536c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 16:06:13 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c65bb2..268337f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -69,7 +69,7 @@ jobs: needs: publish_binary steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags