Skip to content

Commit 6b0a565

Browse files
committed
Update danger.yml
1 parent defeee8 commit 6b0a565

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/danger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: ruby setup
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 2.7
18+
ruby-version: 3.1.4
1919
bundler-cache: true
2020
- name: Checkout code
2121
uses: actions/checkout@v2
@@ -28,4 +28,4 @@ jobs:
2828

2929
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
3030

31-
run: bundle exec danger --verbose
31+
run: bundle exec danger --verbose

0 commit comments

Comments
 (0)