From e01f13eeff53e28b4bce43f25375e423a264a766 Mon Sep 17 00:00:00 2001 From: "renovate-self-hosted-apter[bot]" <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 23:28:19 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu github actions runner to v24 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4569c86..0e613d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: actions: write contents: read @@ -65,7 +65,7 @@ jobs: path: ${{ github.workspace }}/build/reports/kover/report.xml retention-days: 5 release: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write needs: @@ -84,7 +84,7 @@ jobs: GIT_USER_EMAIL: ${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com RELEASE_VERSION: ${{ github.event.inputs.releaseVersion }} kover: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - build permissions: