Skip to content

Commit 6305036

Browse files
build(deps): 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 643578c commit 6305036

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- ubuntu-latest
2525
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
- uses: ruby/setup-ruby@v1
2929
with:
3030
ruby-version: ${{ matrix.ruby }}

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- macOS-latest
2525
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
- uses: ruby/setup-ruby@v1
2929
with:
3030
ruby-version: ${{ matrix.ruby }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- windows-latest
2525
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
- uses: ruby/setup-ruby@v1
2929
with:
3030
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)