From d8bfe0f92422f3485bfd8e37e377e62818d9e7c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:52:37 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e12e74..ca71980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ defaults: jobs: get-runner-user: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: uid_gid: ${{ steps.get-user.outputs.uid_gid }} steps: @@ -18,7 +18,7 @@ jobs: run: echo "uid_gid=$(id -u):$(id -g)" >> "$GITHUB_OUTPUT" build-and-deploy: needs: get-runner-user - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: image: "public.ecr.aws/docker/library/maven:3-eclipse-temurin-17" options: --user ${{ needs.get-runner-user.outputs.uid_gid }}