diff --git a/.github/workflows/prek-autoupdate.yaml b/.github/workflows/prek-autoupdate.yaml index dd61a28..156f622 100644 --- a/.github/workflows/prek-autoupdate.yaml +++ b/.github/workflows/prek-autoupdate.yaml @@ -14,7 +14,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 # zizmor: ignore[unpinned-uses] + - uses: actions/checkout@v7.0.0 # zizmor: ignore[unpinned-uses] with: persist-credentials: false - run: |