-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Remove deprecated set-env from GHA #6149
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
Conversation
r? @ebroto (rust_highfive has picked a reviewer for you, use r? to override) |
@bors try |
Remove deprecated set-env from GHA This updates all of our action dependencies and removes every usage of `set-env`. `set-env` and `add-path` has been deprecated: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ changelog: none
2b370bf
to
42a542a
Compare
Debugging CI, yay 🎉 😭 And why: Because Windows. |
@bors try |
[WIP] Remove deprecated set-env from GHA This updates all of our action dependencies and removes every usage of `set-env`. `set-env` and `add-path` has been deprecated: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ changelog: none
💔 Test failed - checks-action_test |
7d81b6d
to
27971ed
Compare
@bors try |
[WIP] Remove deprecated set-env from GHA This updates all of our action dependencies and removes every usage of `set-env`. `set-env` and `add-path` has been deprecated: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ changelog: none
💔 Test failed - checks-action_test |
27971ed
to
88f63ac
Compare
@bors try |
[WIP] Remove deprecated set-env from GHA This updates all of our action dependencies and removes every usage of `set-env`. `set-env` and `add-path` has been deprecated: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ changelog: none
💔 Test failed - checks-action_test |
88f63ac
to
a735d17
Compare
@bors try |
[WIP] Remove deprecated set-env from GHA This updates all of our action dependencies and removes every usage of `set-env`. `set-env` and `add-path` has been deprecated: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ changelog: none
💔 Test failed - checks-action_test |
a735d17
to
a36c8e5
Compare
@bors try |
[WIP] Remove deprecated set-env from GHA This updates all of our action dependencies and removes every usage of `set-env`. `set-env` and `add-path` has been deprecated: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ changelog: none
a36c8e5
to
c4c9453
Compare
@bors try |
[WIP] Remove deprecated set-env from GHA This updates all of our action dependencies and removes every usage of `set-env`. `set-env` and `add-path` has been deprecated: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ changelog: none
☀️ Try build successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Ready for review 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@bors r+ |
📌 Commit c4c9453 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
This updates all of our action dependencies and removes every usage of
set-env
.set-env
andadd-path
has been deprecated: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/changelog: none