Skip to content

Update flake.lock

Update flake.lock #190

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@fc6e360bedc9ee72d75e701397f0bb30dce77568" # v31.5.2
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: "Update flake.lock"
uses: "DeterminateSystems/update-flake-lock@c5930b397a673a70ca70be06020e943aeac310a1" # v27