Skip to content

Commit a9cfe61

Browse files
committed
Run danger on ubuntu-latest.
1 parent 8b75812 commit a9cfe61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/danger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
types: [opened, reopened, edited, synchronize]
66
jobs:
77
danger:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
1111
with:
1212
fetch-depth: 0
1313
- name: Set up Ruby
1414
uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: 2.7
16+
ruby-version: 3.4
1717
bundler-cache: true
1818
- name: Run Danger
1919
run: |

0 commit comments

Comments
 (0)