Skip to content

Commit

Permalink
chore: use latest version in demo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Jan 17, 2024
1 parent d1c3e6a commit c1a02bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c1a02bc

Please sign in to comment.