diff --git a/.github/workflows/approve.yml b/.github/workflows/approve.yml index 38673ed..1635c56 100644 --- a/.github/workflows/approve.yml +++ b/.github/workflows/approve.yml @@ -9,7 +9,7 @@ jobs: name: Approve if: github.actor != 'dependabot[bot]' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Wait for status checks diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6fd1360..39467d9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -13,7 +13,7 @@ jobs: modify-labels: name: Modify labels - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 903f22f..34ee01c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,7 +15,7 @@ jobs: if: | (github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') || (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout if: ${{ github.event_name != 'pull_request_target' }} diff --git a/.github/workflows/pull-request-labeler.yml b/.github/workflows/pull-request-labeler.yml index efa7711..3dd417b 100644 --- a/.github/workflows/pull-request-labeler.yml +++ b/.github/workflows/pull-request-labeler.yml @@ -12,7 +12,7 @@ jobs: issues: write pull-requests: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: CodelyTV/pr-size-labeler@v1.10.2