Files
nix-fleet/.github/workflows/update.yml
Mo ebcf614537 Refactor update workflow for flake management
Updated workflow to use flake-checker and update-flake-lock actions instead of direct flake update and PR creation steps.
2026-03-11 21:15:30 +01:00

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