Skip to content

Commit 9d143eb

Browse files
authored
Merge pull request #57 from ruby/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 72aea55 + 0fa60c1 commit 9d143eb

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
@@ -25,7 +25,7 @@ jobs:
2525
- { os: macos-15-intel, ruby: '3.4' }
2626
runs-on: ${{ matrix.os }}
2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929
- name: Set up Ruby
3030
uses: ruby/setup-ruby@v1
3131
with:

0 commit comments

Comments
 (0)