Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

Fix for deprecation warning in GitHub Actions workflow

Issue

This PR addresses issue #190 by replacing the deprecated set-output command in GitHub Actions workflow with the new environment file approach.

Changes

  • Updated the command in ci.yml that sets the version output variable to use $GITHUB_OUTPUT environment file instead of the deprecated ::set-output command

References

Link to Devin run: https://app.devin.ai/sessions/07457c78325244f3b467fb6e135d96c0
Requested by: Toshihiro Nakamura

@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@nakamura-to nakamura-to merged commit de61c75 into master May 3, 2025
2 checks passed
@nakamura-to nakamura-to deleted the devin/1746304228-fix-set-output-deprecation branch May 3, 2025 20:33
@nakamura-to nakamura-to linked an issue May 3, 2025 that may be closed by this pull request
@nakamura-to nakamura-to added the ci label Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The set-output command is deprecated and will be disabled soon

2 participants