Skip to content

Update Dependencies #325

Update Dependencies

Update Dependencies #325

Workflow file for this run

name: Update Dependencies
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 15 * * 5'
jobs:
lockfile:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v19
with:
token: ${{ secrets.PAT }}