2024-04-24 17:48:45 -04:00
|
|
|
on:
|
2024-04-24 17:52:30 -04:00
|
|
|
push:
|
|
|
|
branches: 'master'
|
2024-04-24 17:48:45 -04:00
|
|
|
schedule:
|
|
|
|
- cron: '0 2 * * *'
|
|
|
|
jobs:
|
|
|
|
lockfile:
|
2024-04-24 18:55:13 -04:00
|
|
|
runs-on: ubuntu-22.04
|
2024-04-24 17:48:45 -04:00
|
|
|
steps:
|
|
|
|
- name: checkout
|
|
|
|
uses: actions/checkout@v4
|
2024-04-24 18:45:48 -04:00
|
|
|
- name: Install Nix
|
|
|
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
2024-04-24 17:48:45 -04:00
|
|
|
- name: Update flake.lock
|
2024-04-24 18:55:13 -04:00
|
|
|
uses: DeterminateSystems/update-flake-lock@main
|