diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8ea707f..e53d298 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: submodules: true - name: "Setup Go stable" - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 + uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 with: go-version: "stable" cache: true