Skip to content

Commit

Permalink
chore(devdeps): update dependency ubuntu to v22 (#2811)
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 Aug 10, 2023
1 parent 1ecd950 commit 5e63897
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
typecheck:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
- uses: pnpm/action-setup@v2.4.0
Expand All @@ -23,7 +23,7 @@ jobs:
- run: pnpm install
- run: pnpm tsc --noEmit
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
- uses: pnpm/action-setup@v2.4.0
Expand All @@ -37,7 +37,7 @@ jobs:
- run: pnpm install
- run: pnpm run lint
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
node: ['18']
Expand All @@ -57,7 +57,7 @@ jobs:
- run: pnpm run test:unit:coverage
- uses: codecov/codecov-action@v3.1.4
accessibility:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
with:
Expand All @@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
node: ['18']
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [lint, test]
steps:
- uses: actions/checkout@v3.5.3
Expand All @@ -91,7 +91,7 @@ jobs:
strategy:
matrix:
node: ['18']
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [lint, test]
steps:
- uses: actions/checkout@v3.5.3
Expand All @@ -105,7 +105,7 @@ jobs:
- run: pnpm install
- run: pnpm run build:examples
chromatic-deployment:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
DEPLOYMENT_NAME: 'storybook'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
check-title:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
- uses: pnpm/action-setup@v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-design-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
synchronise:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/teardown_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
teardown:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
IMAGE_NAME: rg.fr-par.scw.cloud/console-scw/ultraviolet
STORYBOOK_DEPLOYMENT_NAME: storybook
Expand Down

0 comments on commit 5e63897

Please sign in to comment.