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 8f2d3f2 commit ca91dfbCopy full SHA for ca91dfb
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
lint:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
- name: Set up Ruby
24
uses: ruby/setup-ruby@v1
25
with:
@@ -44,7 +44,7 @@ jobs:
44
45
name: ${{ matrix.gemfile }} - Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
46
47
48
49
50
0 commit comments