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

GitHub actions: update "cache" version for set-state deprecation #1807

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

andrew-platt
Copy link
Collaborator

This is ready for merging.

Feature or improvement description
An update to GitHub actions is deprecating the save-state and set-output commands. We used these indirectly through the actions/[email protected] package. The cache package was updated to not use the deprecated GH commands in the v3.2.4 release. Setting to actions/cache@3 will pick the latest version.

Related issue, if one exists
No issue, just annoying warnings from GH actions.

Impacted areas of the software
GitHub actions testing envionrment

Additional supporting information
From the GH actions on one of our automated tests during a PR:

The save-state 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/

Out GitHub actions had been pinned to [email protected], but this used the old method of set-state that GH is deprecating.  Any version of cache after [email protected] will contain the fix
@andrew-platt andrew-platt self-assigned this Oct 13, 2023
@andrew-platt andrew-platt merged commit 3521459 into OpenFAST:rc-3.5.1 Oct 13, 2023
19 checks passed
@andrew-platt andrew-platt deleted the b/GHactions_set-state branch October 16, 2023 19:42
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.

1 participant