diff --git a/.github/workflows/steam.yml b/.github/workflows/steam.yml index 8552079e7..20415d307 100644 --- a/.github/workflows/steam.yml +++ b/.github/workflows/steam.yml @@ -24,7 +24,7 @@ jobs: - name: Go version id: go run: | - echo "::set-output name=version::$(curl --location https://go.dev/VERSION?m=text)" + echo "version=$(curl --location https://go.dev/VERSION?m=text)" >> $GITHUB_OUTPUT - name: Docker run (amd64) run: |