Skip to content

Commit 73e306e

Browse files
dependabot[bot]CB987
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 8e41675 commit 73e306e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
RUBOCOP_CACHE_ROOT: tmp/rubocop
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717

1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
@@ -45,7 +45,7 @@ jobs:
4545
# options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
4646
steps:
4747
- name: Checkout code
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949

5050
- name: Set up Ruby
5151
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)