Skip to content

Commit 800eb39

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 5d42c9f commit 800eb39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build the gem
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Install Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
outputs:
1818
ruby: ${{ steps.ruby.outputs.versions }}
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Install Ruby ${{ matrix.ruby }}
2222
uses: ruby/setup-ruby@v1
2323
with:
@@ -37,7 +37,7 @@ jobs:
3737
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
3838
name: RSpec - Ruby ${{ matrix.ruby }}
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- name: Install Ruby ${{ matrix.ruby }}
4242
uses: ruby/setup-ruby@v1
4343
with:

0 commit comments

Comments
 (0)