diff --git a/.github/workflows/community-id-requester.yaml b/.github/workflows/community-id-requester.yaml index 9e7970bb..cc4fdc66 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 04a26972..3292d4b8 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 @@ -36,7 +36,7 @@ jobs: - id: checkout name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ steps.token_gen.outputs.app_token }} diff --git a/.github/workflows/markdown-checks.yaml b/.github/workflows/markdown-checks.yaml index 89fe01f8..ac6249d9 100644 --- a/.github/workflows/markdown-checks.yaml +++ b/.github/workflows/markdown-checks.yaml @@ -22,12 +22,12 @@ on: jobs: main: if: contains(github.repositoryUrl, 'github.com') - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - id: checkout_repo name: Check out the repository content - uses: actions/checkout@v2 + uses: actions/checkout@v3 - id: check_files_changed uses: dorny/paths-filter@v2 diff --git a/.github/workflows/merged-pr-labeler.yaml b/.github/workflows/merged-pr-labeler.yaml index f855bbc5..4b08df29 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: @@ -37,7 +37,7 @@ jobs: - id: checkout name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ steps.token_gen.outputs.app_token }}