nix-configs/.forgejo/workflows/update.yml
cdombroski 60b0188a56
Some checks failed
/ lockfile (push) Failing after 25s
Update .forgejo/workflows/update.yml
2024-04-24 18:59:23 -04:00

17 lines
513 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: Check git version
run: 'git --version'
- name: Update flake.lock
uses: https://github.com/DeterminateSystems/update-flake-lock@main