Skip to content

Commit

Permalink
Merge pull request #149 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 79bc10b + 23ac131 commit 459f1cd
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 @@ -23,7 +23,7 @@ jobs:
ruby: ["2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "ruby-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 @@ -33,7 +33,7 @@ jobs:
cruby-nokogiri-system-libraries:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
Expand All @@ -54,7 +54,7 @@ jobs:
ruby: ["jruby-9.2", "jruby-9.3", "jruby-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 Down

0 comments on commit 459f1cd

Please sign in to comment.