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