diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 794be32..9f9eb72 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: with: go-version: 1.23.x - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - id: get_version run: | RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')