Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
20.04
22.04
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
This PR focuses on updating the GitHub Actions workflows to use Ubuntu 22.04 instead of 20.04.
runs-on
.github/workflows/pdd.yml
ubuntu-22.04
.github/workflows/xcop.yml
.github/workflows/codecov.yml
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
@rultor please, try to merge, since 8 checks have passed
@yegor256 OK, I'll try to merge now. You can check the progress of the merge here
@yegor256 Done! FYI, the full log is here (took me 6min)
This PR contains the following updates:
20.04
->22.04
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
PR-Codex overview
This PR focuses on updating the GitHub Actions workflows to use Ubuntu 22.04 instead of 20.04.
Detailed summary
runs-on
field in the.github/workflows/pdd.yml
file to useubuntu-22.04
.runs-on
field in the.github/workflows/xcop.yml
file to useubuntu-22.04
.runs-on
field in the.github/workflows/codecov.yml
file to useubuntu-22.04
.