From af1b8d2f022ecd0ee15ce3ec43a87193e47beca0 Mon Sep 17 00:00:00 2001 From: Timothy Messier Date: Thu, 16 Feb 2023 21:22:30 +0000 Subject: [PATCH] ci: Remove deprecated output from make-gen-delta --- .github/workflows/make-gen-delta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-gen-delta.yml b/.github/workflows/make-gen-delta.yml index 1d5f3a49f6..850acd00d6 100644 --- a/.github/workflows/make-gen-delta.yml +++ b/.github/workflows/make-gen-delta.yml @@ -18,7 +18,7 @@ jobs: # version, because "goenv" can react to it automatically. run: | echo "Building with Go $(cat .go-version)" - echo "::set-output name=go-version::$(cat .go-version)" + echo "go-version=$(cat .go-version)" >> $GITHUB_OUTPUT - name: Set up Go uses: actions/setup-go@v3 with: