From 085246d1d73ab487389663da670f8cee3899af2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 23:14:06 +0000 Subject: [PATCH] build(deps): update dependency ubuntu to v22 [skip ci] Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/auto-update-keptn-spec.yml | 2 +- .github/workflows/pre-release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/update-keptn-keptn-pr.yml | 2 +- .github/workflows/validate-semantic-pr.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/auto-update-keptn-spec.yml b/.github/workflows/auto-update-keptn-spec.yml index a9ce685b..e9d9ab58 100644 --- a/.github/workflows/auto-update-keptn-spec.yml +++ b/.github/workflows/auto-update-keptn-spec.yml @@ -11,7 +11,7 @@ jobs: update-spec: env: SPEC_REF: ${{ github.event.client_payload.ref }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 4037a4bf..96df105e 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -17,7 +17,7 @@ defaults: jobs: prepare: name: Prepare release run - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 outputs: next-version: ${{ steps.version_number.outputs.next-version }} branch: ${{ steps.current_branch.outputs.branch }} @@ -94,7 +94,7 @@ jobs: run: go test -race -v ./... pre-release: name: "Pre-Release" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [ prepare, test ] steps: - name: Checkout repo diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3bca014..11079fed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ defaults: jobs: prepare: name: Prepare release run - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 outputs: next-version: ${{ steps.version_number.outputs.next-version }} branch: ${{ steps.current_branch.outputs.branch }} @@ -91,7 +91,7 @@ jobs: run: go test -race -v ./... release: name: "Release" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [ prepare, test ] steps: - name: Checkout repo diff --git a/.github/workflows/update-keptn-keptn-pr.yml b/.github/workflows/update-keptn-keptn-pr.yml index 700deadc..8a3255ca 100644 --- a/.github/workflows/update-keptn-keptn-pr.yml +++ b/.github/workflows/update-keptn-keptn-pr.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: jobs: send_webhook: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Trigger go-utils auto update in core repo if: github.event_name == 'workflow_dispatch' diff --git a/.github/workflows/validate-semantic-pr.yml b/.github/workflows/validate-semantic-pr.yml index 44c8794c..93bde067 100644 --- a/.github/workflows/validate-semantic-pr.yml +++ b/.github/workflows/validate-semantic-pr.yml @@ -10,7 +10,7 @@ defaults: shell: bash jobs: validate-semantic-pr: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Validate Pull Request uses: amannn/action-semantic-pull-request@00282d63cda40a6eaf3e9d0cbb1ac4384de896e8