mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
Updated workflow to use flake-checker and update-flake-lock actions instead of direct flake update and PR creation steps.
22 lines
522 B
YAML
22 lines
522 B
YAML
name: Update flake inputs
|
|
on:
|
|
schedule:
|
|
- cron: '30 3 * * 0'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
update:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: DeterminateSystems/nix-installer-action@main
|
|
- uses: DeterminateSystems/flake-checker-action@main
|
|
- uses: DeterminateSystems/update-flake-lock@main
|
|
with:
|
|
pr-title: "flake: update inputs"
|
|
pr-labels: |
|
|
dependencies
|