Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from e637603d31bed83169f2e56bb475c9dff7af6544 to 834c491b2ece4de0bbd00d85214bb5e83b4da5c6.
- [Release notes](https://github.com/determinatesystems/update-flake-lock/releases)
- [Commits](e637603d31...834c491b2e)
---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
dependency-version: 834c491b2ece4de0bbd00d85214bb5e83b4da5c6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
27 lines
684 B
YAML
27 lines
684 B
YAML
name: "Flake.lock: update Nix dependencies"
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: "0 0 1,15 * *" # runs at 00:00 on the 1st and 15th of each month
|
|
|
|
jobs:
|
|
nix-flake-update:
|
|
name: "Update Nix flake inputs"
|
|
permissions:
|
|
contents: write
|
|
id-token: write
|
|
issues: write
|
|
pull-requests: write
|
|
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v6
|
|
- uses: DeterminateSystems/determinate-nix-action@v3
|
|
- uses: DeterminateSystems/update-flake-lock@834c491b2ece4de0bbd00d85214bb5e83b4da5c6
|
|
with:
|
|
pr-title: "Update Nix flake inputs"
|
|
pr-labels: |
|
|
dependencies
|
|
automated
|