2023-09-25 18:05:07 +00:00
|
|
|
name: Flake ❄️ Lock 🔒️ Updater ✨
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
# Pi o'clock
|
|
|
|
- cron: '3 14 * * 1,5'
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
lock-updater:
|
|
|
|
name: Flake Lock Updater
|
|
|
|
runs-on: ubuntu-22.04
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
2024-05-23 19:02:20 +00:00
|
|
|
- uses: DeterminateSystems/nix-installer-action@v9
|
2023-09-25 18:05:07 +00:00
|
|
|
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
|
|
|
- uses: DeterminateSystems/update-flake-lock@v20
|
|
|
|
with:
|
|
|
|
pr-title: "chore: update flake.lock"
|
|
|
|
# Labels to be set on the PR
|
|
|
|
pr-labels: |
|
|
|
|
dependencies
|
|
|
|
automated
|