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