mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
c39cc1033c
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
636 B
YAML
24 lines
636 B
YAML
name: Update pre-commit hooks
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: 0 0 * * 0
|
|
|
|
jobs:
|
|
update:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4.1.7
|
|
with:
|
|
fetch-depth: 0
|
|
- uses: vrslev/pre-commit-autoupdate@v1.0.0
|
|
- uses: peter-evans/create-pull-request@v6.0.5
|
|
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"
|