Skip to content

Commit 75930b0

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 050702d commit 75930b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
4747

4848
steps:
49-
- uses: actions/checkout@v6
49+
- uses: actions/checkout@v7
5050
- name: Set up Ruby
5151
uses: ruby/setup-ruby@v1
5252
with:
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161

6262
steps:
63-
- uses: actions/checkout@v6
63+
- uses: actions/checkout@v7
6464
- name: Set up Ruby
6565
uses: ruby/setup-ruby@v1
6666
with:

0 commit comments

Comments
 (0)