From 3a75091535d716e48691ee3f822b332a69d255f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 20:55:33 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/dependabot-cake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-cake.yml b/.github/workflows/dependabot-cake.yml index 6edc17a..c0a3f0c 100644 --- a/.github/workflows/dependabot-cake.yml +++ b/.github/workflows/dependabot-cake.yml @@ -7,7 +7,7 @@ on: jobs: dependabot-cake: - runs-on: ubuntu-20.04 # linux, because this is a docker-action + runs-on: ubuntu-24.04 # linux, because this is a docker-action steps: - name: check/update cake dependencies uses: nils-org/dependabot-cake-action@v1 \ No newline at end of file