Skip to content

Commit 7a1b702

Browse files
committed
Fix typo in pre-commit-autoupdate workflow
1 parent 3a073a8 commit 7a1b702

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@1
20+
- uses: browniebroke/pre-commit-autoupdate-action@v1
2121
- uses: peter-evans/create-pull-request@v7
2222
with:
2323
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

0 commit comments

Comments
 (0)