diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index dd003585..2900c85b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -37,7 +37,7 @@ jobs: timeout-minutes: 120 steps: - name: "Check out repository" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} - name: "Enable KVM"