diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index e582ff60..e5ea5a4e 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -113,7 +113,7 @@ jobs: cache-to: type=gha,mode=max,scope=${{ github.workflow }} - name: Run test tool - uses: restatedev/sdk-test-suite@v3.0 + uses: restatedev/sdk-test-suite@v3.1 with: restateContainerImage: ${{ inputs.restateCommit != '' && 'localhost/restatedev/restate-commit-download:latest' || (inputs.restateImage != '' && inputs.restateImage || 'ghcr.io/restatedev/restate:main') }} serviceContainerImage: "restatedev/typescript-test-services"