From f36721db0ae73b307f9914365b4861a3d441e19a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:01:45 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/ci.yml | 2 +- .github/workflows/release-create.yml | 2 +- .github/workflows/release-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bb9ae0..0fda82d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ concurrency: jobs: ci: name: CI - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Node.js diff --git a/.github/workflows/release-create.yml b/.github/workflows/release-create.yml index a419616..f9a7f61 100644 --- a/.github/workflows/release-create.yml +++ b/.github/workflows/release-create.yml @@ -48,7 +48,7 @@ on: jobs: create-release: name: Create release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.repository_owner == 'projectnessie' env: RELEASE_FROM: ${{ github.event.inputs.releaseFromBranch }} diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index f779de6..4c0d057 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -41,7 +41,7 @@ on: jobs: publish-release: name: Publish release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.repository_owner == 'projectnessie' # Runs in the `release` environment, which has the necessary secrets and defines the reviewers. # See https://docs.github.com/en/actions/reference/environments