We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 180e07b + 391e31f commit 41ee2f8Copy full SHA for 41ee2f8
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"]
35
runs-on: ubuntu-latest
36
steps:
37
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
38
- run: rm Gemfile.lock
39
- uses: ruby/setup-ruby@v1
40
with:
0 commit comments