aws-actions / setup-sam

Action to set up AWS SAM CLI and add it to the PATH
Apache License 2.0
151 stars 23 forks source link

Update @actions/core to use the file version of save-state and set-output workflow commands #59

Closed mazenkhalil closed 2 years ago

mazenkhalil commented 2 years ago

The below warning is initiated from aws-actions/setup-sam@v2 step: image

This is due to the depreciation of save-state and set-output workflow commands.

Kindly update @actions/core to use the file-command version of save-state and set-output workflow commands. Thank you!

hoffa commented 2 years ago

Thanks for reporting this! I've updated aws-actions/setup-sam@v2 with the newest version.