From c5540b84884d3e1a44b5a01b024e9c068690c976 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 20:43:57 +0900 Subject: [PATCH] ci(deps): bump ubuntu from 22.04 to 24.04 (#991) | datasource | package | from | to | | -------------- | ------- | ----- | ----- | | github-runners | ubuntu | 22.04 | 24.04 | Co-authored-by: mazi-renovate[bot] <161091290+mazi-renovate[bot]@users.noreply.github.com> --- .github/workflows/fallback-pr-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fallback-pr-create.yml b/.github/workflows/fallback-pr-create.yml index 984d6e489..a0fde52e1 100644 --- a/.github/workflows/fallback-pr-create.yml +++ b/.github/workflows/fallback-pr-create.yml @@ -9,6 +9,6 @@ jobs: approved: name: '!!!' if: ${{ !github.event.issue || github.event.issue.pull_request }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - run: "true"