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

Address GitHub Actions deprecations in Create Release workflow #921

Open
joeparsons opened this issue Sep 7, 2023 · 0 comments
Open

Address GitHub Actions deprecations in Create Release workflow #921

joeparsons opened this issue Sep 7, 2023 · 0 comments
Labels
bug Something isn't working ci Continuous integration / automation

Comments

@joeparsons
Copy link
Member

Problem/Motivation

Create Release

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Proposed resolution

Address deprecations

@joeparsons joeparsons added bug Something isn't working ci Continuous integration / automation labels Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci Continuous integration / automation
Projects
None yet
Development

No branches or pull requests

1 participant