From 394466b0457557b37884c25749c73c24e4924747 Mon Sep 17 00:00:00 2001 From: "mazi-renovate[bot]" <161091290+mazi-renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:49:30 +0000 Subject: [PATCH] ci(deps): bump ubuntu from 22.04 to 24.04 | datasource | package | from | to | | -------------- | ------- | ----- | ----- | | github-runners | ubuntu | 22.04 | 24.04 | --- .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"