Skip to content

update-flake-inputs #29

update-flake-inputs

update-flake-inputs #29

Workflow file for this run

name: update-flake-inputs
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
jobs:
update-lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Nix
uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v21
with:
pr-title: "update flake inputs"
pr-labels: |
update
automated
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}