Skip to content

Update flake

Update flake #9

Workflow file for this run

name: Update flake
on:
workflow_dispatch:
schedule:
- cron: "15 8 * * *"
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@cd46bde16ab981b0a7b2dce0574509104543276e # v9
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@da2fd6f2563fe3e4f2af8be73b864088564e263d # v20
with:
commit-msg: "chore(flake.lock): update"
pr-body: |
```
{{ env.GIT_COMMIT_MESSAGE }}
```
pr-title: "chore(flake.lock): update"
pr-labels: |
automated
dependencies
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}