diff --git a/.github/workflows/checkov.yml b/.github/workflows/checkov.yml index d25366d..99b2503 100644 --- a/.github/workflows/checkov.yml +++ b/.github/workflows/checkov.yml @@ -10,7 +10,7 @@ jobs: checkov: name: Checkov - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout diff --git a/.github/workflows/conventional-labels.yml b/.github/workflows/conventional-labels.yml index b8fff46..f31f04c 100644 --- a/.github/workflows/conventional-labels.yml +++ b/.github/workflows/conventional-labels.yml @@ -11,7 +11,7 @@ jobs: label: name: conventional-release-labels - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: bcoe/conventional-release-labels@v1.3.1 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 6740216..e7e86b2 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 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0ee5b7d..eb488dc 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: release-please: name: release-please - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: googleapis/release-please-action@v4.1.3 diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 7c20b65..2caceec 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -19,7 +19,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 defaults: run: shell: bash