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

spectacle: clear pipeline warnings #1323

Closed
Burnett2k opened this issue Mar 11, 2024 · 2 comments
Closed

spectacle: clear pipeline warnings #1323

Burnett2k opened this issue Mar 11, 2024 · 2 comments
Assignees

Comments

@Burnett2k
Copy link
Member

This project currently has node version warnings in the CICD pipeline logs. This is likely due to using an old version of the below actions.
Try and convert to the newest version.
- actions/checkout → actions/checkout@v4
- actions/setup-node → actions/setup-node@v4
- pnpm/action-setup → pnpm/action-setup@v3
- actions/cache → actions/cache@v4
- actions/stale → actions/stale@v4
In order to conform with Nearform_Commerce OSS standards, please convert to use newer versions which no longer have the warning.

    created by Sawyer Automation Bot © using github cli
@Burnett2k
Copy link
Member Author

Burnett2k commented Mar 11, 2024

This also needs to be fixed:

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

@Burnett2k
Copy link
Member Author

This is now completed.

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

No branches or pull requests

1 participant