Skip to content

Commit e6d0d2a

Browse files
authored
Merge pull request #93 from ruby/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents a0075eb + 7373e1c commit e6d0d2a

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
@@ -23,7 +23,7 @@ jobs:
2323
os: windows-latest
2424
runs-on: ${{ matrix.os }}
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- name: Set up Ruby
2828
uses: ruby/setup-ruby@v1
2929
with:

0 commit comments

Comments
 (0)