.github/: actions update (autogenerated)
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
0ad4a82e6c
commit
e0aacec2b3
4 changed files with 53 additions and 57 deletions
30
.github/workflows/flake_update.yml
vendored
Normal file
30
.github/workflows/flake_update.yml
vendored
Normal 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: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue