From 6db347097cd154fc8155e8cc941d93657098e3db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:09:07 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v22 --- .github/workflows/build_and_scan_images.yaml | 2 +- .github/workflows/integrate.yaml | 8 ++++---- .github/workflows/publish.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_and_scan_images.yaml b/.github/workflows/build_and_scan_images.yaml index 51effbad..8877d792 100644 --- a/.github/workflows/build_and_scan_images.yaml +++ b/.github/workflows/build_and_scan_images.yaml @@ -7,7 +7,7 @@ on: jobs: build-scan: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index ce4e8c52..d86368a9 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -22,7 +22,7 @@ jobs: unit: name: Unit Test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: charm: [controller, ui] @@ -34,7 +34,7 @@ jobs: charm-integration: name: Individual charm's integration tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: charm: [controller, ui] @@ -54,7 +54,7 @@ jobs: lint: name: Lint Code - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: charm: [controller, ui] @@ -66,7 +66,7 @@ jobs: bundle-integration: name: Bundle Integration - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out code uses: actions/checkout@v3 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index aeca9a7f..5cf9f36e 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-22.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-22.04 needs: get-charm-paths strategy: fail-fast: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c687365..8025d417 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ on: jobs: promote-charm: name: Promote charm - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Release charm to channel