From 06a1b596108d697d4c05135a090b75afa71e6e14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 21:49:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}