From a7622b684137c7507a983987b8ebba0beeb3ce4e Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Mon, 3 Apr 2023 09:34:53 -0400 Subject: [PATCH] chore: update deprecated set-output (#407) 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 159fd0b0..18adfd5b 100644 --- a/.github/workflows/update-syft-release.yml +++ b/.github/workflows/update-syft-release.yml @@ -19,7 +19,7 @@ jobs: # install husky hooks and dependencies: npm install # 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@v1 id: generate-token