File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check Nix flake
22on :
33 pull_request :
44 paths :
5- - ' **.nix'
5+ - " **.nix"
66 - flake.lock
77 push :
88 branches :
1111 check-flake :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : DeterminateSystems/nix-installer-action@main
1616 - uses : DeterminateSystems/magic-nix-cache-action@main
1717 - name : Check Nix flake inputs
Original file line number Diff line number Diff line change 22name : Update flake dependencies
33on :
44 schedule :
5- - cron : ' 0 16 * * 5'
5+ - cron : " 0 16 * * 5"
66 workflow_dispatch : # for allowing manual triggers of the workflow
77jobs :
88 update-dependencies :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - uses : DeterminateSystems/nix-installer-action@main
1313 - uses : DeterminateSystems/magic-nix-cache-action@main
1414 - name : Update flake.lock and create signed commit with flake.lock changes
You can’t perform that action at this time.
0 commit comments