reNixos/.github/workflows/flake_update.yml
s0me1newithhand7s e0aacec2b3 .github/: actions update (autogenerated)
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-01-12 16:23:39 +03:00

30 lines
866 B
YAML

# This file is automatically generated from Nix configuration. Do not edit directly.
jobs:
locking:
continue-on-error: false
name: flake.lock update
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
- name: nix install
uses: DeterminateSystems/nix-installer-action@v21
- name: flake.lock check
uses: DeterminateSystems/flake-checker-action@v12
with:
fail-mode: true
- name: flake.lock update
uses: DeterminateSystems/update-flake-lock@v28
with:
pr-assignees: s0me1newithhand7s
pr-lables: |
"CI/CD"
pr-reviewers: s0me1newithhand7s
pr-title: Update `flake.lock` GitHub Action
name: flake lock updater
"on":
schedule:
- cron: 0 0 * * *
workflow_dispatch: {}