From 0322bde863a6f4631e69d08d94b52c5a2b675631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 07:40:36 -0400 Subject: [PATCH] deps: update dependency ubuntu to v22 (#53) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pull-request.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 656b5a5..82d9dd2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ env: jobs: commit-watch: name: Run Commit Watch - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: "github.event_name == 'pull_request' && !contains(github.event.head_commit.message, '[skip ci]')" steps: - uses: actions/checkout@v4.0.0 @@ -45,7 +45,7 @@ jobs: path: ${{ env.ARTIFACT_DIR }} tests: name: Lint & Tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - uses: actions/checkout@v4.0.0 @@ -91,7 +91,7 @@ jobs: path: ${{ env.ARTIFACT_DIR }} build: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [tests] if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e93ce0a..6597372 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ env: jobs: release: name: Publish Yarn Plugin Licenses - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.0.0 - uses: ./.github/actions/detect-env