Create update flake workflow
This commit is contained in:
parent
947d778371
commit
9a36f5bae9
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/update.yml
Normal file
13
.forgejo/workflows/update.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 2 * * *'
|
||||||
|
jobs:
|
||||||
|
lockfile:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- name: checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Install Nix
|
||||||
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v1
|
||||||
|
- name: Update flake.lock
|
||||||
|
uses: https://github.com/DeterminateSystems/update-flake-lock@main
|
Loading…
Reference in a new issue