Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #77418 - pietroalbini:ci-environment-files, r=Mark-Simu…
…lacrum Switch to environment files to change the environment on GHA This PR switches our CI to use GitHub's new [environment files](https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files) to set environment variables and add items to `$PATH`, as GitHub [plans to disable the old `::set-env` and `::add-path` log commands](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/) due to a [security issue](GHSA-mfwh-5m23-j46w). Our self-hosted runners are on version 2.273.4, so they already have support for this. r? `@Mark-Simulacrum`
- Loading branch information