diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96c9723f6..abfece243 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v1 - name: Print version info id: semver