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