diff --git a/.github/workflows/pre-commit-advisory.yml b/.github/workflows/pre-commit-advisory.yml index b4a0be0..032fd30 100644 --- a/.github/workflows/pre-commit-advisory.yml +++ b/.github/workflows/pre-commit-advisory.yml @@ -147,9 +147,9 @@ 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.0 + uses: blairham/go-pre-commit@v4.6.1 with: - version: v4.6.0 + version: v4.6.1 install-only: 'true' cache: 'false'