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

22 lines
529 B
YAML
Raw Normal View History

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