File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1313 fetch-depth : 0
1414 - name : Install Nix
1515 uses : DeterminateSystems/nix-installer-action@main
16+ - name : Enable magic Nix cache
17+ uses : DeterminateSystems/magic-nix-cache-action@main
1618 - name : Shellcheck
1719 run : nix-shell --run 'shellcheck $(find . -type f -name "*.sh" -executable)'
Original file line number Diff line number Diff line change @@ -2,15 +2,19 @@ name: update-flake-lock
22on :
33 workflow_dispatch :
44 schedule :
5- - cron : " 0 0 * * 0"
5+ - cron : ' 0 0 * * 0'
66
77jobs :
88 lockfile :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 steps :
11- - name : Checkout repository
11+ - name : Checkout
1212 uses : actions/checkout@v3
1313 - name : Install Nix
1414 uses : DeterminateSystems/nix-installer-action@main
15+ - name : Enable magic Nix cache
16+ uses : DeterminateSystems/magic-nix-cache-action@main
17+ - name : Check flake
18+ uses : DeterminateSystems/flake-checker-action@main
1519 - name : Update flake.lock
1620 uses : ./.
You can’t perform that action at this time.
0 commit comments