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

fix(ci): replace deprecated set-output with $GITHUB_OUTPUT #30

Merged
merged 2 commits into from
Dec 11, 2023
Merged

fix(ci): replace deprecated set-output with $GITHUB_OUTPUT #30

merged 2 commits into from
Dec 11, 2023

Conversation

PunGrumpy
Copy link
Contributor

@PunGrumpy PunGrumpy commented Dec 11, 2023

GitHub Actions Refactor: Deprecation Warning Resolution

  • Updated set-output command to $GITHUB_OUTPUT in GitHub Actions, resolving a deprecation warning.

PS. For more information (https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)

Resolves deprecation warning by updating the `set-output` command to `$GITHUB_OUTPUT` in GitHub
Actions
@craftzdog
Copy link
Owner

Cool. Would you update build-ios.yml, too?

@PunGrumpy
Copy link
Contributor Author

Ok :)

@PunGrumpy
Copy link
Contributor Author

PunGrumpy commented Dec 11, 2023

In the build-ios.yml file, the versions of actions/checkout and actions/cache appear to old version. May I proceed with updating these versions?

@craftzdog craftzdog merged commit 7e05235 into craftzdog:master Dec 11, 2023
@craftzdog
Copy link
Owner

thanks! yeah, please make another PR :)

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.

2 participants