diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 8ce5f25e5..b1217c936 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -69,7 +69,7 @@ jobs: run: python3 -m pip install -r .hooks/requirements.txt - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: ${{ env.GO_VERSION }}