Skip to content

Commit 5ab67cd

Browse files
Bump actions/checkout from 5 to 6 in the development-dependencies group
Bumps the development-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14e8855 commit 5ab67cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
ports: '5672:5672 15672:15672 5552:5552'
3030
plugins: rabbitmq_stream,rabbitmq_management,rabbitmq_delayed_message_exchange,rabbitmq_consistent_hash_exchange
3131

32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
with:
3434
show-progress: false
3535

3636
- name: Checkout Common Repo
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
repository: spring-io/spring-github-workflows
4040
path: .github/spring-github-workflows

.github/workflows/verify-staged-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
plugins: rabbitmq_stream,rabbitmq_management
2828

2929
- name: Checkout Spring Integration Repo
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
repository: spring-projects/spring-integration
3333
show-progress: false

0 commit comments

Comments
 (0)