diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 993ab5033..0a68a0fff 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -29,12 +29,12 @@ jobs: ports: '5672:5672 15672:15672 5552:5552' plugins: rabbitmq_stream,rabbitmq_management,rabbitmq_delayed_message_exchange,rabbitmq_consistent_hash_exchange - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: show-progress: false - name: Checkout Common Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: spring-io/spring-github-workflows path: .github/spring-github-workflows diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index 761e00224..51fef87bb 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -27,7 +27,7 @@ jobs: plugins: rabbitmq_stream,rabbitmq_management - name: Checkout Spring Integration Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: spring-projects/spring-integration show-progress: false