Skip to content

Commit 4403fd6

Browse files
authored
Merge pull request #2273 from yahonda/actions_checkout_v3
Use `actions/checkout` version 3
2 parents 058e0a5 + 01ba2ae commit 4403fd6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Yamllint
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- name: Yamllint
1111
uses: karancode/yamllint-github-action@master
1212
with:

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v3
1616
- name: Set up Ruby 3.1
1717
uses: ruby/setup-ruby@v1
1818
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
--health-timeout 5s
4949
--health-retries 10
5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v3
5252
- name: Set up Ruby
5353
uses: ruby/setup-ruby@v1
5454
with:

0 commit comments

Comments
 (0)