diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fa0d6b8..09cae28 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -29,7 +29,7 @@ jobs: name: 'Apply FMT & Scan For Secrets' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: fetch-depth: 0 # don't use shallow fetch as I'm trying to commit and push back up changed files to the main # token: ${{ secrets.GITHUB_TOKEN }}