diff --git a/.github/workflows/closing.yml b/.github/workflows/closing.yml index d9a1ff5..18ca0c8 100644 --- a/.github/workflows/closing.yml +++ b/.github/workflows/closing.yml @@ -17,7 +17,7 @@ jobs: permissions: issues: write # for peter-evans/create-or-update-comment to create or update comment pull-requests: write # for peter-evans/create-or-update-comment to create or update comment - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Add closed question comment uses: peter-evans/create-or-update-comment@v4 diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 901a3e4..0ab4195 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -14,7 +14,7 @@ jobs: release: permissions: contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index 2d50133..49c9a62 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -10,7 +10,7 @@ permissions: jobs: lint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -38,7 +38,7 @@ jobs: run: ct lint --config .github/ct.yaml --check-version-increment=false test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 31ca315..2cefa4c 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -19,7 +19,7 @@ permissions: jobs: build: name: Sync labels - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: srealmoreno/label-sync-action@v1 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index d2191fc..950f31a 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,7 +17,7 @@ jobs: permissions: issues: write # for peter-evans/create-or-update-comment to create or update comment pull-requests: write # for peter-evans/create-or-update-comment to create or update comment - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Add backlog comment uses: peter-evans/create-or-update-comment@v4 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 85f0b5e..767c1ec 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,7 +18,7 @@ permissions: jobs: pre-commit: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pull_requests.yaml b/.github/workflows/pull_requests.yaml index deb93f7..73e4de1 100644 --- a/.github/workflows/pull_requests.yaml +++ b/.github/workflows/pull_requests.yaml @@ -18,7 +18,7 @@ jobs: permissions: pull-requests: write contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: Weblate automerge if: github.actor == 'weblate' steps: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 892a609..31bec3b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,7 @@ permissions: jobs: stale-issues: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: issues: write pull-requests: write