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 2dfc4a8 commit 9561573Copy full SHA for 9561573
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
name: Lint - Ruby 2.6
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- name: Set up Ruby 2.6
12
uses: ruby/setup-ruby@v1
13
with:
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
name: Specs - Ruby ${{ matrix.ruby-version }}
14
15
16
- name: Set up Ruby ${{ matrix.ruby-version }}
17
18
0 commit comments