Skip to content

Commit e11432f

Browse files
authored
Merge pull request #39 from paulgoetze/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents fee5fc6 + e03c8c7 commit e11432f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ruby: [ jruby-9.3.15.0, jruby-9.4.13.0, jruby-10.0.0.1 ]
2121
runs-on: ${{ matrix.os }}
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)