diff --git a/.github/workflows/install-smoke-test.yml b/.github/workflows/install-smoke-test.yml index 864b64ebd6..be7567c2c6 100644 --- a/.github/workflows/install-smoke-test.yml +++ b/.github/workflows/install-smoke-test.yml @@ -33,7 +33,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Default checks out the ref that fired workflow_dispatch (so picking # `upgrade-os-26.04` from the UI tests that branch).