From e523f2ba4a3a351436bfd7df5cbe7012dd4098b5 Mon Sep 17 00:00:00 2001 From: Nick Cleary Date: Fri, 14 Oct 2022 11:15:20 -0400 Subject: [PATCH] Updating to remove set-output --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9ed64af..1fd5d16 100644 --- a/action.yml +++ b/action.yml @@ -49,5 +49,5 @@ runs: run: sudo --preserve-env ${{ github.action_path }}/entrypoint.sh shell: bash - id: set-output - run: echo "::set-output name=version::$(aws --version)" + run: echo "version=$(aws --version)" >> $GITHUB_OUTPUT shell: bash