diff --git a/.github/workflows/xk6.yml b/.github/workflows/xk6.yml index 8c72bada76b..bd71c480cf1 100644 --- a/.github/workflows/xk6.yml +++ b/.github/workflows/xk6.yml @@ -49,7 +49,7 @@ jobs: fi echo "COMMIT_ID=$COMMIT_ID" cd .github/workflows/xk6-tests - go install go.k6.io/xk6/cmd/xk6@master + go install go.k6.io/xk6/cmd/xk6@52e45894f2d4509d8c877fe4af9289d52b5ed17d if [ "${{ github.event_name }}" == "pull_request" -a \ "${{ github.event.pull_request.head.repo.full_name }}" != "${{ github.repository }}" ]; then export XK6_K6_REPO="github.com/${{ github.event.pull_request.head.repo.full_name }}"