Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 8e7a6c3 commit 0514210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ 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:
- id: get-user
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/z8l5l4v4/buildtools/tool/maven:3-jdk-11-alpine"
options: --user ${{ needs.get-runner-user.outputs.uid_gid }}
Expand Down

0 comments on commit 0514210

Please sign in to comment.