2023-07-06 17:28:01 +02:00
|
|
|
name: "Update flake.lock"
|
|
|
|
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
schedule:
|
|
|
|
- cron: "0 8 * * *"
|
|
|
|
|
|
|
|
jobs:
|
2023-07-06 17:29:40 +02:00
|
|
|
update_lockfile:
|
2023-07-06 17:28:01 +02:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout repository
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Install Nix
|
|
|
|
uses: DeterminateSystems/nix-installer-action@v1
|
|
|
|
- name: Update flake.lock
|
|
|
|
uses: DeterminateSystems/update-flake-lock@v19
|
|
|
|
with:
|
|
|
|
git-author-name: 'caem'
|
|
|
|
git-author-email: 'caem@dirae.org'
|
2023-07-06 17:29:40 +02:00
|
|
|
git-committer-name: 'caem'
|
|
|
|
git-committer-email: 'caem@dirae.org'
|
2023-07-06 17:30:46 +02:00
|
|
|
pr-title: "Automated: Update flake.lock"
|
2023-07-06 17:28:01 +02:00
|
|
|
pr-labels: |
|
|
|
|
dependencies
|
|
|
|
automated
|