nix-configs/.forgejo/workflows/update.yml
cdombroski 1f5a60e642
Some checks failed
/ lockfile (push) Failing after 33s
Update .forgejo/workflows/update.yml
2024-04-24 17:54:48 -04:00

15 lines
No EOL
439 B
YAML

on:
push:
branches: 'master'
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@main
- name: Update flake.lock
uses: https://github.com/DeterminateSystems/update-flake-lock@main