diff --git a/.github/workflows/update-stable.yml b/.github/workflows/update-stable.yml index d4d1fbe..6273af6 100644 --- a/.github/workflows/update-stable.yml +++ b/.github/workflows/update-stable.yml @@ -15,10 +15,7 @@ jobs: pull-requests: read steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} + - uses: actions/checkout@v3 - name: Configure Git run: |