mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
auto update flake.lock
This commit is contained in:
parent
70d6e90c51
commit
78e49ae4fd
1 changed files with 14 additions and 7 deletions
25
.github/workflows/update.yml
vendored
25
.github/workflows/update.yml
vendored
|
|
@ -6,7 +6,22 @@ on:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile1:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Install Determinate Nix
|
||||||
|
uses: DeterminateSystems/determinate-nix-action@v3
|
||||||
|
- name: Update sci_minimal flake.lock
|
||||||
|
uses: DeterminateSystems/update-flake-lock@v25
|
||||||
|
with:
|
||||||
|
path-to-flake-dir: "templates/sci_minimal"
|
||||||
|
pr-title: "Update sci_minimal flake.lock" # Title of PR to be created
|
||||||
|
pr-labels: | # Labels to be set on the PR
|
||||||
|
dependencies
|
||||||
|
automated
|
||||||
|
lockfile2:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
@ -21,11 +36,3 @@ jobs:
|
||||||
pr-labels: | # Labels to be set on the PR
|
pr-labels: | # Labels to be set on the PR
|
||||||
dependencies
|
dependencies
|
||||||
automated
|
automated
|
||||||
- name: Update sci_minimal flake.lock
|
|
||||||
uses: DeterminateSystems/update-flake-lock@v25
|
|
||||||
with:
|
|
||||||
path-to-flake-dir: "templates/sci_minimal"
|
|
||||||
pr-title: "Update sci_minimal flake.lock" # Title of PR to be created
|
|
||||||
pr-labels: | # Labels to be set on the PR
|
|
||||||
dependencies
|
|
||||||
automated
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue