Skip to content

Commit

Permalink
Update GitHub Action CI to checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Jan 7, 2020
1 parent aa0ed28 commit 6e19610
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
ruby: ["2.4", "2.5", "2.6", "2.7"]
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 10
uses: actions/checkout@v2
- name: Select Ruby Version
uses: eregon/use-ruby-action@master
with:
Expand Down

0 comments on commit 6e19610

Please sign in to comment.