diff options
| -rw-r--r-- | .github/workflows/update-flake-lock.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 30e5ec8..acc6d4c 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: schedule: - cron: "0 0 * * 0" - + jobs: update: permissions: @@ -17,6 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/update-flake-lock@main with: pr-title: "Update Nix flake inputs" pr-labels: | |
