diff --git a/.github/workflows/scriptTests.yml b/.github/workflows/scriptTests.yml index 2a300e27c..8d17e24cd 100644 --- a/.github/workflows/scriptTests.yml +++ b/.github/workflows/scriptTests.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - ref: ${{ github.event.pull_request.head.sha }} + ref: v2.48.0 - name: Go Cache uses: actions/cache@v3