Skip to content

update-flake-lock

update-flake-lock #397

---
name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: 20 0 * * *
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Magic Cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Update flake.lock
env:
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: Update flake.lock
pr-labels: |-
dependencies
automated