From 000a6e6dba68988fe3f90d8e26d21bd0e4729a47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 17:04:25 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/pr-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index a3b3da1dd..399f60031 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -16,7 +16,7 @@ concurrency: preview-${{ github.ref }} jobs: deploy-preview: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4