Update flake lock

This commit is contained in:
iFargle 2024-02-05 14:14:19 +09:00
parent db6e8e21cc
commit d82a14f445
2 changed files with 3 additions and 19 deletions

View file

@ -1,7 +1,9 @@
name: update-flake-lock name: update-flake-lock
run-name: ${{ github.actor }} - update-flake-lock run-name: ${{ github.actor }} - update-flake-lock
on: on:
push schedule:
- cron: '0 0 * * *'
# “At 00:00 daily."
jobs: jobs:
update-flake-lock: update-flake-lock:

View file

@ -1,18 +0,0 @@
name: update-flake-lock
jobs:
lockfile:
runs-on: ubuntu
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: https://git.sysctl.io/actions/nix-installer-action@v4
- 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