Skip to content

Commit

Permalink
Merge pull request #281 from m-nakamura145/update-checkout-action
Browse files Browse the repository at this point in the history
Bump actions/checkout
  • Loading branch information
flavorjones committed Feb 12, 2024
2 parents ebbadf5 + 685129b commit beb82b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
Expand All @@ -36,7 +36,7 @@ jobs:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "head", "truffleruby-head", "jruby-9.4", "jruby-head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
Expand All @@ -57,7 +57,7 @@ jobs:
command: "bundle exec rake test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
Expand Down

0 comments on commit beb82b8

Please sign in to comment.