nixos/.github/workflows/flake-update.yml
Sakooooo 39534e32ea
Some checks failed
Flake Lock Updater / Flake Lock Updater (push) Failing after 4m36s
test
2025-01-04 20:10:47 +04:00

29 lines
646 B
YAML

name: Flake Lock Updater
on:
schedule:
# Pi o'clock
- cron: "0 0 * * 0"
workflow_dispatch:
push:
branches:
- master
jobs:
lock-updater:
name: Flake Lock Updater
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v15
- uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: DeterminateSystems/update-flake-lock@v24
with:
pr-title: "chore: update flake.lock"
# Labels to be set on the PR
pr-labels: |
dependencies
automated