From abbd8544878147c5b6ba49405eb5e02e3e541d0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:08:37 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf6c350..ebe58df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: with: go-version: 1.20.x - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Test code run: make test build: @@ -38,7 +38,7 @@ jobs: with: go-version: 1.20.x - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Build standard binaries @@ -54,7 +54,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download Build artifacts uses: actions/download-artifact@v4 - name: Release