Skip to content

update flake.lock

update flake.lock #10

name: flake.lock updater
"on":
workflow_dispatch:
schedule:
# First day of each month at noon
- cron: "0 12 1 * *"
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@07b8bcba1b22d847db7ee507180c33e115499665
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@da2fd6f2563fe3e4f2af8be73b864088564e263d
with:
token: ${{ secrets.FLAKE_LOCK_UPDATE_ACTION_TOKEN }}
pr-title: "Update flake.lock"
pr-labels: |
dependencies
automated
permissions:
contents: read
pull-requests: write