diff --git a/.github/workflows/relayer.yml b/.github/workflows/relayer.yml index 86d2ccd..8378453 100644 --- a/.github/workflows/relayer.yml +++ b/.github/workflows/relayer.yml @@ -63,7 +63,7 @@ jobs: - name: Checkout uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Set up Go - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version-file: "relayer/go.mod" - name: Ensure "make gomodtidy" has been run