From 57747c966a81105dfa948e2b1aca596faccc94e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:22:42 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/pr-open.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 172d21b..1557708 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -13,7 +13,7 @@ jobs: permissions: packages: write name: Build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: ./ @@ -29,7 +29,7 @@ jobs: permissions: packages: write name: Retag - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: ./ @@ -47,7 +47,7 @@ jobs: permissions: packages: write name: Advanced - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: ./