Skip to content

Commit da8e7e5

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 6bf0a06 commit da8e7e5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- { ruby: 'head', allowed-failure: true }
2020
name: Test Ruby ${{ matrix.entry.ruby }}
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- uses: ruby/setup-ruby@v1
2424
with:
2525
ruby-version: ${{ matrix.entry.ruby }}
@@ -33,7 +33,7 @@ jobs:
3333
contents: read
3434
name: RuboCop
3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737
- uses: ruby/setup-ruby@v1
3838
with:
3939
ruby-version: 4.0 # Specify the latest supported Ruby version.
@@ -46,7 +46,7 @@ jobs:
4646
contents: read
4747
name: YARD Documentation
4848
steps:
49-
- uses: actions/checkout@v6
49+
- uses: actions/checkout@v7
5050
- uses: ruby/setup-ruby@v1
5151
with:
5252
ruby-version: 4.0 # Specify the latest supported Ruby version.

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
continue-on-error: true
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
- uses: ruby/setup-ruby@v1
2323
with:
2424
ruby-version: '4.0' # Specify the latest supported Ruby version.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1717
contents: write # IMPORTANT: this permission is required for `rake release` to push the release tag
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
@@ -34,7 +34,7 @@ jobs:
3434
contents: write
3535

3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
with:
3939
fetch-depth: 0 # Fetch all history for all branches and tags
4040

0 commit comments

Comments
 (0)