nix/.forgejo/workflows/update-lock.yml

18 lines
533 B
YAML
Raw Normal View History

2024-02-05 04:28:32 +01:00
name: update-flake-lock
2024-02-05 05:39:17 +01:00
2024-02-05 04:28:32 +01:00
jobs:
lockfile:
2024-02-05 04:45:50 +01:00
runs-on: ubuntu
2024-02-05 04:28:32 +01:00
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
2024-02-05 05:21:38 +01:00
uses: https://git.sysctl.io/actions/nix-installer-action@v4
2024-02-05 04:28:32 +01:00
- name: Update flake.lock
uses: https://git.sysctl.io/actions/update-flake-lock@main
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated