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

Chore: Avoid using deprecated command set-output in workflows #24

Closed
reitzig opened this issue Jul 1, 2024 · 1 comment · Fixed by #30
Closed

Chore: Avoid using deprecated command set-output in workflows #24

reitzig opened this issue Jul 1, 2024 · 1 comment · Fixed by #30
Assignees
Labels
enhancement New feature or request

Comments

@reitzig
Copy link
Owner

reitzig commented Jul 1, 2024

Run 9739301687 rightfully complains:

Publish Images
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/

We should just do what it says.

@reitzig reitzig added the enhancement New feature or request label Jul 1, 2024
@reitzig reitzig self-assigned this Jul 1, 2024
reitzig added a commit that referenced this issue Dec 30, 2024
Also,
 - fix release titles, and
 - pre-compute release notes to avoid unnecessary calls to GitHub API.

refs: #23, #24
reitzig added a commit that referenced this issue Dec 30, 2024
Also,
 - fix release titles, and
 - pre-compute release notes to avoid unnecessary calls to GitHub API.

refs: #23, #24
@reitzig
Copy link
Owner Author

reitzig commented Dec 30, 2024

Fixed via #23; the outdated action actually caused the warning, not our own code.

@reitzig reitzig closed this as completed Dec 30, 2024
@reitzig reitzig linked a pull request Dec 30, 2024 that will close this issue
reitzig added a commit that referenced this issue Dec 30, 2024
Also,
 - fix release titles, and
 - pre-compute release notes to avoid unnecessary calls to GitHub API.

refs: #23, #24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant