diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe19ffb..b76605e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,13 +44,13 @@ jobs: needs: [create_release, env_vars] steps: - name: Set up Go - - uses: actions/setup-go@v5 + uses: actions/setup-go@v5 with: cache: false go-version: '^1.22' - name: Check out repository into the Go module directory - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Select correct tag run: git checkout ${{ github.ref_name }}