diff --git a/.github/workflows/update-pkgs.yml b/.github/workflows/update-pkgs.yml index be80a99..f793ed8 100644 --- a/.github/workflows/update-pkgs.yml +++ b/.github/workflows/update-pkgs.yml @@ -29,7 +29,7 @@ jobs: - name: Update npins run: nix run nixpkgs#npins update - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "[CI]: update npins" push_options: "--force"