Skip to content

Commit 4329457

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- 'head'
2222

2323
steps:
24-
- uses: actions/checkout@v6.0.3
24+
- uses: actions/checkout@v7.0.0
2525

2626
- name: Set up Ruby ${{ matrix.ruby-version }}
2727
uses: ruby/setup-ruby@v1.314.0
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848

4949
steps:
50-
- uses: actions/checkout@v6.0.3
50+
- uses: actions/checkout@v7.0.0
5151

5252
- name: Set up Ruby
5353
uses: ruby/setup-ruby@v1.314.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v6.0.3
16+
- uses: actions/checkout@v7.0.0
1717

1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1.314.0

0 commit comments

Comments
 (0)