Skip to content

Commit 935be2a

Browse files
committed
Fix: Pin pre-commit-autoupdate-action to main
1 parent 0f2790a commit 935be2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
persist-credentials: false
1919
- uses: actions/setup-python@v5
20-
- uses: browniebroke/pre-commit-autoupdate-action@v1
20+
- uses: browniebroke/pre-commit-autoupdate-action@main
2121
- uses: peter-evans/create-pull-request@v7
2222
with:
2323
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

0 commit comments

Comments
 (0)