diff --git a/.github/workflows/consumer-test-reusable.yml b/.github/workflows/consumer-test-reusable.yml index e2026c2..7948fb0 100644 --- a/.github/workflows/consumer-test-reusable.yml +++ b/.github/workflows/consumer-test-reusable.yml @@ -39,7 +39,7 @@ jobs: echo "Bumped vers: ${{ github.event.client_payload.bumped_versions }}" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/deploy-reusable.yml b/.github/workflows/deploy-reusable.yml index 9c0f2f4..00a9c68 100644 --- a/.github/workflows/deploy-reusable.yml +++ b/.github/workflows/deploy-reusable.yml @@ -61,7 +61,7 @@ jobs: # actions/checkout's continue-on-error leaving a partial state # behind that breaks the fallback. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/test-reusable.yml b/.github/workflows/test-reusable.yml index 90459d8..cf0e0ea 100644 --- a/.github/workflows/test-reusable.yml +++ b/.github/workflows/test-reusable.yml @@ -57,7 +57,7 @@ jobs: timeout-minutes: 20 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: recursive