Replace the deprecated command set-output
of GitHub Actions
#48
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes proposed in this Pull Request:
According to GitHub Actions: Deprecating save-state and set-output commands:
This PR replaces the three uses of the stdout command
set-output
with theGITHUB_OUTPUT
environment file.grow/packages/js/github-actions/actions/prepare-php/action.yml
Line 50 in dbf518e
grow/.github/workflows/github-actions-release.yml
Line 77 in dbf518e
grow/.github/workflows/github-actions-release.yml
Line 129 in dbf518e
📌 Checklist after merging this PR: (@eason9487)
actions-v1-pre
,actions-v1.4-pre
andactions-v1.4.1-pre
.Detailed test instructions:
.github/workflows/github-actions-release.yml
packages/js/github-actions/actions/prepare-php/action.yml
prepare-php
action in GLA: https://github.com/woocommerce/google-listings-and-ads/actions/runs/4686389698actions-v1.4.1-pre
of this PR: https://github.com/woocommerce/google-listings-and-ads/actions/runs/4688047311