From f40b5d43abeaaeb7d02502536530d662cebdc2c1 Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Mon, 3 Apr 2023 09:36:18 -0400 Subject: [PATCH] chore: update deprecated set-output calls (#1210) Signed-off-by: Keith Zantow --- .github/workflows/update-syft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-syft-release.yml b/.github/workflows/update-syft-release.yml index eab8a15a3a6..50b56c95d36 100644 --- a/.github/workflows/update-syft-release.yml +++ b/.github/workflows/update-syft-release.yml @@ -32,7 +32,7 @@ jobs: go mod tidy # export the version for use with create-pull-request - echo "::set-output name=LATEST_VERSION::$LATEST_VERSION" + echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_OUTPUT id: latest-version - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0