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.
2 parents 058e0a5 + 01ba2ae commit 4403fd6Copy full SHA for 4403fd6
.github/workflows/linting.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Yamllint
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
10
- name: Yamllint
11
uses: karancode/yamllint-github-action@master
12
with:
.github/workflows/ruby.yml
@@ -12,7 +12,7 @@ jobs:
13
14
15
- - uses: actions/checkout@v1
16
- name: Set up Ruby 3.1
17
uses: ruby/setup-ruby@v1
18
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
--health-timeout 5s
49
--health-retries 10
50
51
52
- name: Set up Ruby
53
54
0 commit comments