From dd0e70b05eacf4eab47ed3322ea0e8c483ab6ee8 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:37:51 +0100 Subject: [PATCH] MAINT: update to `ubuntu-24.04` --- .github/workflows/cd.yml | 2 +- .github/workflows/pr-linting.yml | 4 ++-- .github/workflows/release-drafter.yml | 2 +- README.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 62e54df..d130988 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,7 +13,7 @@ jobs: push-to-version-branches: name: Push to version branches if: startsWith(github.ref, 'refs/tags') && !github.event.release.prerelease - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Configure Git credentials diff --git a/.github/workflows/pr-linting.yml b/.github/workflows/pr-linting.yml index b001488..5dc53c7 100644 --- a/.github/workflows/pr-linting.yml +++ b/.github/workflows/pr-linting.yml @@ -12,7 +12,7 @@ on: jobs: check-labels: name: Check labels - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: docker://agilepathway/pull-request-label-checker:latest with: @@ -23,7 +23,7 @@ jobs: check-title: name: Check title - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: npm install @compwa/commitlint-config diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 5234093..32c6579 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ on: jobs: update_release_draft: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: release-drafter/release-drafter@v6 env: diff --git a/README.md b/README.md index 8514e69..c6a0097 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A small [custom, composite GitHub Action](https://docs.github.com/en/actions/cre jobs: pre-commit: name: pre-commit autoupdate - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 with: @@ -22,7 +22,7 @@ jobs: push: name: Push changes - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - pre-commit steps: