Skip to content

Commit 03e7410

Browse files
authored
Merge pull request #51 from ruby/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 746bd89 + 23f0ec6 commit 03e7410

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@v4
27+
- uses: actions/checkout@v5
2828
- name: Set up Ruby
2929
uses: ruby/setup-ruby@v1
3030
with:

0 commit comments

Comments
 (0)