Skip to content

Commit 6740bdc

Browse files
dependabot[bot]yuki24
authored andcommitted
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 0b35da6 commit 6740bdc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2424
os: [ ubuntu-latest, windows-latest ]
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
- uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: ${{ matrix.ruby }}
@@ -35,7 +35,7 @@ jobs:
3535
benchmark:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939
- uses: ruby/setup-ruby@v1
4040
with:
4141
ruby-version: 3.3.6

.github/workflows/sync-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
if: ${{ github.repository_owner == 'ruby' }}
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212

1313
- name: Create GitHub App token
1414
id: app-token

0 commit comments

Comments
 (0)