From 7912ec5ba470d5ad2b7ee4f43ff62edc0658f10d Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Thu, 5 Oct 2023 18:22:16 +0300 Subject: [PATCH] fix latest build Signed-off-by: Michael Sverdlov --- .github/workflows/scriptTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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