This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/.forgejo/workflows/update-flake-lock.yaml
Andrea Ciceri 61f320174e
All checks were successful
/ test (push) Successful in 16s
[CI] fix
2024-03-09 01:26:07 +01:00

17 lines
452 B
YAML

name: update-flake-lock
on:
schedule:
- cron: '27 1 * * 6'
jobs:
lockfile:
runs-on: nix
steps:
- uses: actions/checkout@v4
- name: Update flake.lock
uses: https://github.com/3DeterminateSystems/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