diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8ea707f..c5589ea 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@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 with: go-version: "stable" cache: true