Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes deprecated set-output usage #1301

Merged
merged 3 commits into from Oct 14, 2022
Merged

Commits on Oct 13, 2022

  1. Removes deprecated set-output usage

    For more information see
    https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
    
    This change bumps a bunch of the internal actions packages. Note that
    the only required version change is `actions/core` to 1.10.0. The others
    are not required, but seem like a reasonable idea.
    
    It also changes all of the workflows that use `set-output`.
    aeisenberg committed Oct 13, 2022
    Copy the full SHA
    eba983f View commit details
    Browse the repository at this point in the history
  2. Update changelog

    aeisenberg committed Oct 13, 2022
    Copy the full SHA
    2ee8edc View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    aeisenberg and adityasharad committed Oct 13, 2022
    Copy the full SHA
    b0f8861 View commit details
    Browse the repository at this point in the history