Skip to content

Commit 6cd882b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
ruby: [ 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, ruby-head, truffleruby-head ]
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: ruby/setup-ruby@v1
1313
with:
1414
ruby-version: ${{ matrix.ruby }}
@@ -19,8 +19,8 @@ jobs:
1919
name: Check ruby/spec still passes with MSpec changes
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
23-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v6
2424
with:
2525
repository: ruby/spec
2626
path: rubyspec

0 commit comments

Comments
 (0)