Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

build(deps): update dependency ubuntu to v22 [skip ci] #599

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-keptn-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-keptn-keptn-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down