Skip to content

Commit 4d2b803

Browse files
authored
Merge pull request #219 from rsim/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 1 to 3
2 parents 58269c8 + eec0435 commit 4d2b803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rubocop.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
@@ -45,7 +45,7 @@ jobs:
4545
--health-retries 10
4646
4747
steps:
48-
- uses: actions/checkout@v2
48+
- uses: actions/checkout@v3
4949
- name: Set up Ruby
5050
uses: ruby/setup-ruby@v1
5151
with:

0 commit comments

Comments
 (0)