Skip to content

Commit

Permalink
Update danger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed May 11, 2024
1 parent defeee8 commit 6b0a565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: ruby setup
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.1.4
bundler-cache: true
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -28,4 +28,4 @@ jobs:

DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}

run: bundle exec danger --verbose
run: bundle exec danger --verbose

0 comments on commit 6b0a565

Please sign in to comment.