-
Notifications
You must be signed in to change notification settings - Fork 295
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
Update usage of deprecated commands in GitHub actions #6104
Labels
P1
Medium priority
QA: Eng
Requires specialized QA by an engineer
Type: Infrastructure
Engineering infrastructure & tooling
Comments
aaemnnosttv
added
P1
Medium priority
Type: Infrastructure
Engineering infrastructure & tooling
labels
Nov 3, 2022
IB ✔️ |
18 tasks
techanvil
added a commit
that referenced
this issue
Nov 22, 2022
…ted-commands Refactor GitHub Actions Deprecated Commands
@kuasha420, apologies but I've merged this without spotting an indentation error, which is now preventing the workflow from running on Please could you file a followup PR to address this? |
18 tasks
techanvil
added a commit
that referenced
this issue
Nov 22, 2022
Fix wrong indentation on a workflow.
QA ✅
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P1
Medium priority
QA: Eng
Requires specialized QA by an engineer
Type: Infrastructure
Engineering infrastructure & tooling
Bug Description
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This also applies to dependencies that need upgrading in some cases.
For example, the GitHub
actions/cache@v2
action raises these deprecation messages as well. See actions/cache#953The fix for this only seems to exist in the newer v3 of the action, so we should upgrade to that.
These commands will stop working as of June 1st, 2023
Screenshots
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
save-state
andset-output
commands in GitHub actions should be updated to use non-deprecated methods (more information)Implementation Brief
.github/workflows
toactions/cache@v3
instead ofactions/cache@v2
set-output
andsave-state
(if any) as per the docs.Test Coverage
QA Brief
QA:Eng
Changelog entry
The text was updated successfully, but these errors were encountered: