Skip to content

Commit b8bd407

Browse files
yahondaclaude
andcommitted
Bump actions/checkout from v4 to v6
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 699e8a5 commit b8bd407

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
LD_LIBRARY_PATH: /opt/oracle/instantclient_23_26
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: Set up Ruby 4.0
2121
uses: ruby/setup-ruby@v1
2222
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
--health-retries 10
5151
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v6
5454
- name: Set up Ruby
5555
uses: ruby/setup-ruby@v1
5656
with:

.github/workflows/test_11g.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
--health-retries 10
5151
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v6
5454
- name: Set up Ruby
5555
uses: ruby/setup-ruby@v1
5656
with:

0 commit comments

Comments
 (0)