diff --git a/.github/workflows/find-secrets.yml b/.github/workflows/find-secrets.yml index f86128c..3fb23ec 100644 --- a/.github/workflows/find-secrets.yml +++ b/.github/workflows/find-secrets.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }}