Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
deps: update dependency ubuntu to v22 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent f6f60ea commit 0322bde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- uses: ./.github/actions/detect-env
Expand Down

0 comments on commit 0322bde

Please sign in to comment.