From fae4275c73ff2d69d7265a10fc6436f43fc05b6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 19:38:12 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/openapi-diff.yml | 2 +- .github/workflows/production.yml | 4 ++-- .github/workflows/publish-pages.yml | 4 ++-- .github/workflows/release-candidate.yml | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42fc7e6fed..e961ad205f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: [push] jobs: python-tests: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 services: # Label used to access the service container @@ -86,7 +86,7 @@ jobs: file: ./coverage.xml javascript-tests: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 @@ -144,7 +144,7 @@ jobs: build-nextjs-container: needs: javascript-tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 @@ -193,7 +193,7 @@ jobs: -t mitodl/mit-learn-frontend:$VERSION . build-storybook: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 @@ -218,7 +218,7 @@ jobs: GENERATOR_IGNORE_FILE: ./frontends/api/.openapi-generator-ignore GENERATOR_OUTPUT_DIR_CI: ./frontends/api/tmp/generated/v0 GENERATOR_OUTPUT_DIR_VC: ./frontends/api/src/generated/v0 - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 @@ -257,7 +257,7 @@ jobs: GENERATOR_IGNORE_FILE: ./frontends/api/.openapi-generator-ignore GENERATOR_OUTPUT_DIR_CI: ./frontends/api/tmp/generated/v1 GENERATOR_OUTPUT_DIR_VC: ./frontends/api/src/generated/v1 - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 diff --git a/.github/workflows/openapi-diff.yml b/.github/workflows/openapi-diff.yml index 15e296c2b3..dea96938ab 100644 --- a/.github/workflows/openapi-diff.yml +++ b/.github/workflows/openapi-diff.yml @@ -2,7 +2,7 @@ name: OpenAPI Diff on: [pull_request] jobs: openapi-diff: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout HEAD uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 8fb48cf07a..883dbd1da5 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -10,7 +10,7 @@ on: jobs: # runs if CI workflow was successful OR if this was manually triggered on-success: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: > github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' @@ -98,7 +98,7 @@ jobs: # runs ONLY on a failure of the CI workflow on-failure: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: > github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'failure' diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml index 8be9f1897d..07c679abc9 100644 --- a/.github/workflows/publish-pages.yml +++ b/.github/workflows/publish-pages.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 @@ -43,7 +43,7 @@ jobs: 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/release-candidate.yml b/.github/workflows/release-candidate.yml index 4567564a12..3956e405d8 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -10,7 +10,7 @@ on: jobs: # runs if CI workflow was successful OR if this was manually triggered on-success: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: > github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' @@ -90,7 +90,7 @@ jobs: # runs ONLY on a failure of the CI workflow on-failure: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: > github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'failure'