Skip to content

Commit 0f2790a

Browse files
authored
Merge pull request #1156 from EnergySystemsModellingLab/fix-update-pre-commit-hooks-workflow
Fix typo in `pre-commit-autoupdate` workflow
2 parents 3a073a8 + 7a1b702 commit 0f2790a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)