diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 7d31cb8e76..993ab50331 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@v4 + - uses: actions/checkout@v5 with: show-progress: false - name: Checkout Common Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 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 6a9f3d89cf..933e26d9b5 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@v4 + uses: actions/checkout@v5 with: repository: spring-projects/spring-integration show-progress: false