Skip to content

Commit 9dd37de

Browse files
authored
Merge pull request #1157 from EnergySystemsModellingLab/fix-update-pre-commit-hooks-workflow
Fix: Pin `pre-commit-autoupdate-action` to `main`
2 parents 0f2790a + 935be2a commit 9dd37de

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)