pytorch
dbccccb7 - [BE] Get rid of deprecation warnings in workflows (take 3) (#87152)

Commit
2 years ago
[BE] Get rid of deprecation warnings in workflows (take 3) (#87152) - Per [deprecation announcement](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) replace `echo "::set-output name="` with echo to `${GITHUB_OUTPUT}` as shown in following [example](https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs#example-defining-outputs-for-a-job) - Update `actions/setup-python` from `v2` to `v4` to get rid of deprecated node version warning - Update `actions/checkout-python` from `v2` to `v3` (and `silent-checkout` branch as well) - Update `retry` action to https://github.com/nick-fields/retry/commit/3e91a01664abd3c5cd539100d10d33b9c5b68482 Pull Request resolved: https://github.com/pytorch/pytorch/pull/87152 Approved by: https://github.com/kit1980, https://github.com/izaitsevfb
Author
Committer
Parents
Loading