Skip to content

Update flake.lock

Update flake.lock #176

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@526118121621777ccd86f79b04685a9319637641" # v31.3.0
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: "Update flake.lock"
uses: "DeterminateSystems/update-flake-lock@a2bbe0274e3a0c4194390a1e445f734c597ebc37" # v24