mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 05:40:10 +00:00
9f16baca16
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
395 B
YAML
18 lines
395 B
YAML
name: Update pre-commit hooks
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: 0 0 * * 0
|
|
|
|
jobs:
|
|
pre-commit-update:
|
|
runs-on: ubuntu-latest
|
|
name: Updates
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4.2.0
|
|
- name: Update pre-commit hooks
|
|
uses: brokenpip3/action-pre-commit-update@0.0.1
|
|
with:
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|