Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anna Wen <[email protected]>
  • Loading branch information
renovate[bot] and annawen1 authored Nov 29, 2023
1 parent 84a3763 commit 63be116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
automerge:
if: github.repository == 'carbon-design-system/carbon-for-ai'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Merge to main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
DCOAssistant:
if: github.repository == 'carbon-design-system/carbon-for-ai'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: "DCO Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the DCO Document and I hereby sign the DCO') || github.event_name == 'pull_request_target'
Expand Down

0 comments on commit 63be116

Please sign in to comment.