Skip to content

Commit

Permalink
Merge pull request #176 from m-nakamura145/update-checkout-action
Browse files Browse the repository at this point in the history
Update latest checkout action version
  • Loading branch information
flavorjones committed Jan 17, 2024
2 parents 180e07b + 391e31f commit 41ee2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 41ee2f8

Please sign in to comment.