nixos/.github/workflows/flake-update.yml

26 lines
607 B
YAML
Raw Normal View History

2023-08-08 15:54:16 +04:00
name: Flake Lock Updater
on:
schedule:
2023-08-08 15:54:16 +04:00
# Pi o'clock
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
2023-08-08 15:54:16 +04:00
lock-updater:
name: Flake Lock Updater
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
2023-08-08 15:54:16 +04:00
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v3
- uses: DeterminateSystems/update-flake-lock@v20
with:
2023-08-08 15:54:16 +04:00
pr-title: "chore: update flake.lock"
# Labels to be set on the PR
pr-labels: |
dependencies
automated