diff --git a/.github/workflows/pre-commit-advisory.yml b/.github/workflows/pre-commit-advisory.yml index b2b14fc..f919d54 100644 --- a/.github/workflows/pre-commit-advisory.yml +++ b/.github/workflows/pre-commit-advisory.yml @@ -168,7 +168,7 @@ jobs: # workflow drives pre-commit itself (diff-scoped run below + the # install-hooks cache seed), and the cache step above owns caching. - name: Install go-pre-commit - uses: blairham/go-pre-commit@v4.6.1 + uses: blairham/go-pre-commit@v4.6.6 with: version: v4.6.1 install-only: 'true'