Skip to content

Commit 459f1cd

Browse files
authored
Merge pull request #149 from kyoshidajp/update-checkout-v3
Bump actions/checkout from 2 to 3
2 parents 79bc10b + 23ac131 commit 459f1cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ruby: ["2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "ruby-head", "truffleruby-head"]
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: ${{matrix.ruby}}
@@ -33,7 +33,7 @@ jobs:
3333
cruby-nokogiri-system-libraries:
3434
runs-on: ubuntu-20.04
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- uses: ruby/setup-ruby@v1
3838
with:
3939
ruby-version: "3.1"
@@ -54,7 +54,7 @@ jobs:
5454
ruby: ["jruby-9.2", "jruby-9.3", "jruby-head"]
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v3
5858
- uses: ruby/setup-ruby@v1
5959
with:
6060
ruby-version: ${{matrix.ruby}}

0 commit comments

Comments
 (0)