update-flake-lock/.github/workflows/update.yml

17 lines
345 B
YAML
Raw Normal View History

2022-04-05 08:38:39 -07:00
name: update-flake-lock
on:
workflow_dispatch:
schedule:
2023-02-08 09:37:07 -08:00
- cron: "0 0 * * 0"
2022-04-05 08:38:39 -07:00
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
2023-02-08 09:37:07 -08:00
uses: DeterminateSystems/nix-installer-action@main
2022-04-05 08:38:39 -07:00
- name: Update flake.lock
uses: ./.