aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLeander Scherer <80996591+schererleander@users.noreply.github.com>2025-10-20 12:04:47 +0200
committerGitHub <noreply@github.com>2025-10-20 12:04:47 +0200
commiteb7054c9b716185fe9c4a114cebf4714150eef43 (patch)
tree6ea656eabae2ddfedb209e5fc0e93ea1470aa0d5 /.github
parentf73c77193c47095a272902531cd4fbee2cecf470 (diff)
Add update-flake-lock action to workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-flake-lock.yml3
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: |