Skip to content

Flake ❄️ Lock 🔒️ Updater ✨ #24

Flake ❄️ Lock 🔒️ Updater ✨

Flake ❄️ Lock 🔒️ Updater ✨ #24

name: Flake ❄️ Lock 🔒️ Updater ✨
"on":
schedule:
# Pi o'clock
- cron: '3 14 * * 1,5'
workflow_dispatch:
jobs:
flake-lock-updater:
name: Flake Lock Updater
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: DeterminateSystems/update-flake-lock@v24
with:
pr-assignees: ${{ github.repository_owner }}
pr-labels: |
automated
dependencies
pr-title: "chore: update flake.lock"
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}