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