Skip to content

Commit

Permalink
update pre-commit actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jun 23, 2024
1 parent f8cd1e7 commit 6ebed44
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/pre-commit-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,13 @@ on:
- cron: 0 0 * * 0

jobs:
update:
pre-commit-update:
runs-on: ubuntu-latest
name: Updates
steps:
- uses: actions/[email protected]
- name: Checkout
uses: actions/[email protected]
- name: Update pre-commit hooks
uses: brokenpip3/[email protected]
with:
fetch-depth: 0
- uses: vrslev/[email protected]
- uses: peter-evans/[email protected]
with:
branch: pre-commit-autoupdate
title: "chore(deps): Update pre-commit hooks"
commit-message: "chore(deps): Update pre-commit hooks"
body: Update pre-commit hooks
labels: dependencies
delete-branch: True
assignees: "fredclausen"
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6ebed44

Please sign in to comment.