sora af63526879
Some checks failed
update-flake-lock / lockfile (push) Failing after 8s
Update .github/workflows/main.yml
2023-11-14 18:40:21 +01:00

26 lines
597 B
YAML
Executable File

name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: '*/5 * * * *' # runs weekly on Sunday at 00:00 ... 0 0 * * 0
env:
USER: "runner"
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install nix
uses: cachix/install-nix-action@v23
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v16
with:
pr-title: "[chore] Update flake.lock"
pr-labels: |
dependencies
automated