File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
- name : update-flake- lock
1
+ name : " Flake. lock: update Nix dependencies "
2
2
3
3
on :
4
- workflow_dispatch :
4
+ workflow_dispatch : # allows manual triggering
5
5
schedule :
6
- - cron : " 0 0 * * 0"
6
+ - cron : " 0 0 * * 0" # runs weekly on Sunday at 00:00
7
7
8
8
jobs :
9
- lockfile :
10
- runs-on : ubuntu-latest
9
+ nix-flake-update :
11
10
permissions :
11
+ contents : write
12
12
id-token : write
13
- contents : read
13
+ issues : write
14
+ pull-requests : write
15
+ runs-on : ubuntu-latest
14
16
steps :
15
- - name : Checkout
16
- uses : actions/checkout@v4
17
- - name : Install Determinate Nix
18
- uses : DeterminateSystems/determinate-nix-action@v3
19
- - name : Enable FlakeHub Cache
20
- uses : DeterminateSystems/flakehub-cache-action@main
21
- - name : Update flake.lock
22
- uses : ./.
17
+ - uses : actions/checkout@v4
18
+ - uses : DeterminateSystems/determinate-nix-action@v3
19
+ - uses : DeterminateSystems/update-flake-lock@main
23
20
with :
24
- _internal-strict-mode : true
21
+ pr-title : " Update Nix flake inputs" # Title of PR to be created
22
+ pr-labels : | # Labels to be set on the PR
23
+ dependencies
24
+ automated
You can’t perform that action at this time.
0 commit comments