Skip to content

Remove use of set-output command #11

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

desrosj
Copy link

@desrosj desrosj commented Mar 27, 2025

Proposed changes

This removes all occurrences of the set-output command from GitHub Actions workflows to ensure workflows continue to work in the future.

This command has been deprecated by GitHub with plans to remove it at a future date when overall usage falls below an acceptable threshold.

See also the Setting an output parameter section of the GitHub Actions documentation.

Production

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update
  • Refactoring / housekeeping (changes to files not directly related to functionality)

Development

  • Tests
  • Dependency update
  • Environment update / refactoring
  • Documentation Update
  • Build/Test Tooling update

Checklist

  • I have read the CONTRIBUTING doc
  • I have viewed my change in a web-browser
  • Linting and tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

The `set-output` command has been deprecated on GitHub Actions and produces warnings.
@Copilot Copilot AI review requested due to automatic review settings March 27, 2025 17:14
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request refactors the GitHub Actions workflow by removing the deprecated "set-output" command to ensure future compatibility.

  • Replace the deprecated command with the recommended output redirection using $GITHUB_OUTPUT.

@desrosj desrosj self-assigned this Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant