diff options
author | Christian Breunig <christian@breunig.cc> | 2023-06-05 13:12:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 13:12:45 +0200 |
commit | 285f5310699e4f775e3ed9abc0efdb77c9d15339 (patch) | |
tree | a027e51b944f8d5e4d8519e39f664f14d8b85ea8 | |
parent | d8188353f627eb8a4b928b1df25b98c4e2e8467a (diff) | |
parent | b5e9ea6002587a8d328f2d3384450c2051a82256 (diff) | |
download | vyos-build-285f5310699e4f775e3ed9abc0efdb77c9d15339.tar.gz vyos-build-285f5310699e4f775e3ed9abc0efdb77c9d15339.zip |
Merge pull request #355 from sever-sever/T5258
T5258: git Actions use ubuntu-22.04 for PR conflicts checker
-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 72ff3969..96040cd6 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 |