Skip to content

Commit 4f08a81

Browse files
authored
Merge pull request #21 from emailable/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 40b819b + 73672d5 commit 4f08a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ruby-version: ['3.2', '3.3', '3.4']
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- name: Set up Ruby ${{ matrix.ruby-version }}
1919
uses: ruby/setup-ruby@v1
2020
with:
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
- name: Set up Ruby
3636
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)