Skip to content

Commit 7bee9ba

Browse files
authored
Merge pull request #230 from rsim/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 259ffe5 + 419bcb1 commit 7bee9ba

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@v3
15+
- uses: actions/checkout@v4
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-retries 10
4949
5050
steps:
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252
- name: Set up Ruby
5353
uses: ruby/setup-ruby@v1
5454
with:

0 commit comments

Comments
 (0)