We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180e07b commit 391e31fCopy full SHA for 391e31f
.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