diff --git a/.github/workflows/stale-branches.yml b/.github/workflows/stale-branches.yml index 85231db..1c65fd1 100644 --- a/.github/workflows/stale-branches.yml +++ b/.github/workflows/stale-branches.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cleanup Stale Branches - uses: cbrgm/cleanup-stale-branches-action@v1 + uses: cbrgm/cleanup-stale-branches-action@main with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.repository }}