mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-12-26 06:12:00 +00:00
update pre-commit actions
This commit is contained in:
parent
6b4bf22d50
commit
5289f49506
1 changed files with 7 additions and 13 deletions
20
.github/workflows/pre-commit-updates.yaml
vendored
20
.github/workflows/pre-commit-updates.yaml
vendored
|
@ -6,19 +6,13 @@ on:
|
||||||
- cron: 0 0 * * 0
|
- cron: 0 0 * * 0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
pre-commit-update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
name: Updates
|
||||||
steps:
|
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:
|
with:
|
||||||
fetch-depth: 0
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- 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"
|
|
||||||
|
|
Loading…
Reference in a new issue