3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-24 01:01:21 +00:00
yosys/.github/workflows/update-flake-lock.yml
2025-02-12 14:55:51 +01:00

20 lines
586 B
YAML

name: update-flake-lock
on:
workflow_dispatch:
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
token: ${{CI_CREATE_PR_TOKEN}}
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated