Skip to content

Update flake.lock

Update flake.lock #180

name: "Update flake.lock"
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
permissions:
contents: read
jobs:
lockfile:
runs-on: "ubuntu-latest"
permissions:
contents: write
pull-requests: write
steps:
- name: "Checkout repository"
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
with:
fetch-depth: 0
persist-credentials: false
- name: "Install Nix"
uses: "cachix/install-nix-action@17fe5fb4a23ad6cbbe47d6b3f359611ad276644c" # v31.4.0
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: "Update flake.lock"
uses: "DeterminateSystems/update-flake-lock@428c2b58a4b7414dabd372acb6a03dba1084d3ab" # v25