.github/: actions update (autogenerated)

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-01-12 16:23:39 +03:00
parent 0ad4a82e6c
commit e0aacec2b3
4 changed files with 53 additions and 57 deletions

30
.github/workflows/flake_update.yml vendored Normal file
View file

@ -0,0 +1,30 @@
# 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: {}