Skip to content

Commit

Permalink
Use ruby/setup-ruby and reset fetch depth.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Nov 8, 2021
1 parent 04cc178 commit 4a69c4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -14,9 +14,11 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- uses: MeilCli/danger-action@v5
with:
danger_file: Dangerfile
Expand Down

0 comments on commit 4a69c4a

Please sign in to comment.