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

Use GITHUB_OUTPUT envvar instead of set-output command as the latter is deprecated #10581

Merged

Conversation

arunsathiya
Copy link
Contributor

save-state and set-output commands used in GitHub Actions are deprecated and GitHub recommends using environment files.

This PR updates the usage of set-output to $GITHUB_OUTPUT

Instructions for envvar usage from GitHub docs:

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter

@CLAassistant
Copy link

CLAassistant commented Dec 27, 2023

CLA assistant check
All committers have signed the CLA.

@emeroad emeroad added this to the 3.0.0 milestone Jan 2, 2024
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8493f8a) 38.15% compared to head (247a086) 38.15%.
Report is 13 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #10581   +/-   ##
=========================================
  Coverage     38.15%   38.15%           
- Complexity    11916    11918    +2     
=========================================
  Files          3771     3771           
  Lines         94528    94528           
  Branches      10287    10287           
=========================================
+ Hits          36067    36069    +2     
  Misses        55465    55465           
+ Partials       2996     2994    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@emeroad emeroad merged commit 936d25b into pinpoint-apm:master Jan 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants