diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 788bb898..3e0068e7 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -27,6 +27,6 @@ jobs: - run: nix eval --json ".#nixosConfigurations.kharbranth.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp - run: nix build -L --no-link .#nixosConfigurations.kholinar.config.system.build.toplevel - run: nix eval --json ".#nixosConfigurations.kholinar.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp - - uses: stefanzweifel/git-auto-commit-action@v4.15.4 + - uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: "Update dependencies"