Skip to content

fix: replace deprecated set-output with GITHUB_OUTPUT#126

Open
devacc8 wants to merge 1 commit intotalentprotocol:masterfrom
devacc8:fix-deprecated-set-output
Open

fix: replace deprecated set-output with GITHUB_OUTPUT#126
devacc8 wants to merge 1 commit intotalentprotocol:masterfrom
devacc8:fix-deprecated-set-output

Conversation

@devacc8
Copy link

@devacc8 devacc8 commented Jan 19, 2026

Summary

Replace the deprecated ::set-output command with the new $GITHUB_OUTPUT environment file approach.

Changes

  • Updated .github/workflows/test.yml line 34
  • Changed from: echo "::set-output name=dir::$(yarn cache dir)"
  • Changed to: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

Reference

Fixes #108

Replace the deprecated `::set-output` command with the new
`$GITHUB_OUTPUT` environment file approach as per GitHub's
recommendation.

Fixes talentprotocol#108
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.

set-output command is deprecated

1 participant