From 578df97d7f3ac23ce6227ebf4e381fb95c99f6c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 02:24:11 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/js-cs-fixer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js-cs-fixer.yml b/.github/workflows/js-cs-fixer.yml index fd6e215..d52cc84 100644 --- a/.github/workflows/js-cs-fixer.yml +++ b/.github/workflows/js-cs-fixer.yml @@ -12,7 +12,7 @@ env: jobs: js-cs-fixer: if: github.event_name == 'pull_request' && ! startsWith(github.ref, 'refs/heads/auto-fixed/') - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: Run JS CS Fixer