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 6b27b02 commit 8c99cab
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/checkout@v4.1.7
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Update pre-commit hooks
uses: brokenpip3/action-pre-commit-update@0.0.1
with:
fetch-depth: 0
- uses: vrslev/pre-commit-autoupdate@v1.0.0
- uses: peter-evans/create-pull-request@v6.1.0
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 8c99cab

Please sign in to comment.