diff --git a/.github/workflows/community-id-requester.yaml b/.github/workflows/community-id-requester.yaml index 9e7970b..cc4fdc6 100644 --- a/.github/workflows/community-id-requester.yaml +++ b/.github/workflows/community-id-requester.yaml @@ -29,7 +29,7 @@ jobs: env: LABEL: "contribution" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: contains(github.repositoryUrl, 'github.com') && github.event.label.name == 'contribution' steps: diff --git a/.github/workflows/disallowed-content-checks.yaml b/.github/workflows/disallowed-content-checks.yaml index 8bbab32..3292d4b 100644 --- a/.github/workflows/disallowed-content-checks.yaml +++ b/.github/workflows/disallowed-content-checks.yaml @@ -24,7 +24,7 @@ on: jobs: main: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - id: token_gen diff --git a/.github/workflows/markdown-checks.yaml b/.github/workflows/markdown-checks.yaml index 0095425..ac6249d 100644 --- a/.github/workflows/markdown-checks.yaml +++ b/.github/workflows/markdown-checks.yaml @@ -22,7 +22,7 @@ on: jobs: main: if: contains(github.repositoryUrl, 'github.com') - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - id: checkout_repo diff --git a/.github/workflows/merged-pr-labeler.yaml b/.github/workflows/merged-pr-labeler.yaml index 6133476..4b08df2 100644 --- a/.github/workflows/merged-pr-labeler.yaml +++ b/.github/workflows/merged-pr-labeler.yaml @@ -24,7 +24,7 @@ jobs: if: contains(github.repositoryUrl, 'github.com') && github.event.pull_request.merged env: LABEL: "contribution" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: