From 7ca9ceacef08e83ff74fc6e71bb3be8df65af9eb Mon Sep 17 00:00:00 2001 From: ullberg-github-app Date: Fri, 31 May 2024 14:03:04 +0000 Subject: [PATCH] feat(github-action)!: Update ubuntu to 22.04 | datasource | package | from | to | | -------------- | ------- | ----- | ----- | | github-runners | ubuntu | 20.04 | 22.04 | --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f3697ea1..21f3583b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ env: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: "!contains(github.event.head_commit.message, '[ci-skip]')" steps: - name: Checkout diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2352a386..e804720b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ env: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: "!contains(github.event.head_commit.message, '[ci-skip]')" steps: - name: Checkout