From 71f928dd99c3b0599c375f11bfe489eb11998c0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 12:15:18 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/compile-typespec-and-deploy.yml | 4 ++-- .github/workflows/lint-openapi.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile-typespec-and-deploy.yml b/.github/workflows/compile-typespec-and-deploy.yml index 4603e13..35ace2d 100644 --- a/.github/workflows/compile-typespec-and-deploy.yml +++ b/.github/workflows/compile-typespec-and-deploy.yml @@ -6,7 +6,7 @@ on: jobs: compile: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: checkout uses: actions/checkout@v4 @@ -52,7 +52,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Deploy to GitHub Pages id: deployment diff --git a/.github/workflows/lint-openapi.yml b/.github/workflows/lint-openapi.yml index abe4149..f9a942a 100644 --- a/.github/workflows/lint-openapi.yml +++ b/.github/workflows/lint-openapi.yml @@ -4,7 +4,7 @@ on: jobs: check-format: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: checkout uses: actions/checkout@v4