diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d3a2f92fb4..ff3bd3be77 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 - name: Setup Tools