diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-06-05 22:41:28 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-06-05 22:41:28 +0000 |
commit | 3afb011088dfff53fddde5234df6ead4efe70c91 (patch) | |
tree | 2d0966d9104d5f8aca341a632edf39ca06ae3e0e /.github/workflows | |
parent | d0a152b51b8c35af294e5dcd96d8ee9c6f6efd34 (diff) | |
download | vyos-documentation-3afb011088dfff53fddde5234df6ead4efe70c91.tar.gz vyos-documentation-3afb011088dfff53fddde5234df6ead4efe70c91.zip |
T5258: git Actions use ubuntu-22.04 for PR conflicts checker
git Actions use ubuntu-22.04 instead of deprecated ubuntu-18.04
for PR conflicts checker
actions/runner-images#6002
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pr-conflicts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-conflicts.yml b/.github/workflows/pr-conflicts.yml index 87bc8c9f..8f2db469 100644 --- a/.github/workflows/pr-conflicts.yml +++ b/.github/workflows/pr-conflicts.yml @@ -6,7 +6,7 @@ on: jobs: Conflict_Check: name: 'Check PR status: conflicts and resolution' - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - name: check if PRs are dirty uses: eps1lon/actions-label-merge-conflict@releases/2.x |