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

20 lines
476 B
YAML
Raw Normal View History

2022-12-16 15:34:03 +01:00
name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 1,4' # Run twice a week
2022-12-16 15:34:03 +01:00
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
2022-12-16 15:34:03 +01:00
- name: Install Nix
uses: cachix/install-nix-action@V27
2022-12-16 15:34:03 +01:00
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v22
2022-12-16 15:34:03 +01:00
with:
2023-06-15 07:57:54 +02:00
pr-labels: |
2023-06-15 07:46:46 +02:00
merge-queue