Skip to content

Commit 10b867d

Browse files
authored
Merge pull request #52 from ruby/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 03e7410 + 6193825 commit 10b867d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- { os: macos-13, ruby: '2.5' }
2525
runs-on: ${{ matrix.os }}
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Set up Ruby
2929
uses: ruby/setup-ruby@v1
3030
with:

0 commit comments

Comments
 (0)