Update auto-update.yml

This commit is contained in:
voidlhf 2024-09-23 09:04:18 +08:00 committed by GitHub
parent 7f5af63e88
commit ba327e8f57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,19 +2,19 @@ name: Update flake.lock
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
- cron: '0 0 1,15 * *'
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- uses: DeterminateSystems/nix-installer-action@v14
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v23
uses: DeterminateSystems/update-flake-lock@v24
with:
pr-assignees: voidlhf
pr-title: "chore(flake): update flake.lock"
pr-labels: |
dependencies
automated
automated