From cb5d6f6e3a3b5be9c1572100680fbfa3865646d1 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 15 Jul 2023 10:04:09 +0200 Subject: [PATCH] ci: track updates for new deps Signed-off-by: Ettore Di Giacinto --- .github/workflows/bump_deps.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/bump_deps.yaml b/.github/workflows/bump_deps.yaml index 5e876f15..4344ac2b 100644 --- a/.github/workflows/bump_deps.yaml +++ b/.github/workflows/bump_deps.yaml @@ -30,6 +30,15 @@ jobs: - repository: "nomic-ai/gpt4all" variable: "GPT4ALL_VERSION" branch: "main" + - repository: "mudler/go-ggllm.cpp" + variable: "GOGGLLM_VERSION" + branch: "master" + - repository: "mudler/go-stable-diffusion" + variable: "STABLEDIFFUSION_VERSION" + branch: "master" + - repository: "mudler/go-piper" + variable: "PIPER_VERSION" + branch: "master" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3