From bcbe85783589dfb2309bf496d8025d6a32c28e62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:00:10 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/integrate.yaml | 6 +++--- .github/workflows/publish.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 5816f3c..047aafd 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -17,7 +17,7 @@ jobs: lint: name: Lint Check - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Check out code @@ -31,7 +31,7 @@ jobs: unit: name: Unit Test - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Check out code @@ -51,7 +51,7 @@ jobs: deploy: name: Integration Tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Check out repo diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 23d5065..6ee881f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,7 +28,7 @@ on: jobs: get-charm-paths: name: Generate the Charm Matrix - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 outputs: charm_paths_list: ${{ steps.get-charm-paths.outputs.CHARM_PATHS_LIST }} steps: @@ -43,7 +43,7 @@ jobs: publish-charm: name: Publish Charm - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 needs: get-charm-paths strategy: fail-fast: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eb8b78c..77d8808 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ on: jobs: promote-charm: name: Promote charm - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Release charm to channel