Skip to content

Commit fecf335

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] <[email protected]>
1 parent d31c3da commit fecf335

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- { ruby: head, allowed-failure: true }
1414
name: Test Ruby ${{ matrix.entry.ruby }}
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.entry.ruby }}
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
name: RuboCop
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: 3.2 # Specify the oldest supported Ruby version.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@v5
19+
- uses: actions/checkout@v6
2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:

0 commit comments

Comments
 (0)