Skip to content

Commit

Permalink
Update danger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Feb 2, 2024
1 parent f001b87 commit 8e49d08
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 @@ -5,13 +5,13 @@ jobs:
danger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 100
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
bundler-cache: true
rubygems: latest
- name: Run Danger
Expand Down

0 comments on commit 8e49d08

Please sign in to comment.