Skip to content

update-flake-lock

update-flake-lock #13

name: update-flake-lock
permissions:
contents: write # to push the branch for the PR
pull-requests: write # to open the PR
on:
workflow_dispatch:
schedule:
- cron: '0 0 1,15 * *' # Runs at 00:00 on the 1st and 15th of every month
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v31
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
pr-title: "chore: bump flake.lock"
commit-msg: "chore: bump flake.lock"