Skip to content

Commit

Permalink
Merge pull request #257 from kyoshidajp/update-checkout-v3
Browse files Browse the repository at this point in the history
Bump actions/checkout from 2 to 3
  • Loading branch information
flavorjones committed Jan 16, 2023
2 parents 01305b6 + 254a1c9 commit f8df852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
Expand All @@ -34,7 +34,7 @@ jobs:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "head", "truffleruby-head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
Expand All @@ -55,7 +55,7 @@ jobs:
command: "bundle exec rake test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
Expand Down

0 comments on commit f8df852

Please sign in to comment.