Skip to content

Commit 778b138

Browse files
authored
Merge pull request #1191 from diowa/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e67accb + 53008a5 commit 778b138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
--health-retries 5
3939
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
- uses: nanasess/setup-chromedriver@v2
4343
- name: Set up Ruby
4444
uses: ruby/setup-ruby@v1

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

0 commit comments

Comments
 (0)