From df30d6a4824789ead1898bdcf59f9e1d31c2e1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:21:40 +0000 Subject: [PATCH] chore(deps): Bump GrantBirki/git-diff-action from 2.7.0 to 2.8.0 (#4746) Bumps [GrantBirki/git-diff-action](https://github.com/grantbirki/git-diff-action) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/grantbirki/git-diff-action/releases) - [Commits](https://github.com/grantbirki/git-diff-action/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: GrantBirki/git-diff-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/notify-models.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify-models.yaml b/.github/workflows/notify-models.yaml index e17ee7fc..b84e10e0 100644 --- a/.github/workflows/notify-models.yaml +++ b/.github/workflows/notify-models.yaml @@ -18,7 +18,7 @@ jobs: with: model: 'hermes-2-theta-llama-3-8b' # Any from models.localai.io, or from huggingface.com with: "huggingface:///file" # Check the PR diff using the current branch and the base branch of the PR - - uses: GrantBirki/git-diff-action@v2.7.0 + - uses: GrantBirki/git-diff-action@v2.8.0 id: git-diff-action with: json_diff_file_output: diff.json @@ -99,7 +99,7 @@ jobs: docker run -e -ti -d --name local-ai -p 8080:8080 localai/localai:master-ffmpeg-core run --debug $MODEL_NAME until [ "`docker inspect -f {{.State.Health.Status}} local-ai`" == "healthy" ]; do echo "Waiting for container to be ready"; docker logs --tail 10 local-ai; sleep 2; done # Check the PR diff using the current branch and the base branch of the PR - - uses: GrantBirki/git-diff-action@v2.7.0 + - uses: GrantBirki/git-diff-action@v2.8.0 id: git-diff-action with: json_diff_file_output: diff.json