Skip to content

Commit a226555

Browse files
chore(deps): bump GrantBirki/git-diff-action from 2.8.0 to 2.8.1 (#5564)
Bumps [GrantBirki/git-diff-action](https://github.com/grantbirki/git-diff-action) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/grantbirki/git-diff-action/releases) - [Commits](GrantBirki/git-diff-action@v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: GrantBirki/git-diff-action dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f38f178 commit a226555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notify-models.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
model: 'gemma-3-12b-it' # Any from models.localai.io, or from huggingface.com with: "huggingface://<repository>/file"
2020
# Check the PR diff using the current branch and the base branch of the PR
21-
- uses: GrantBirki/[email protected].0
21+
- uses: GrantBirki/[email protected].1
2222
id: git-diff-action
2323
with:
2424
json_diff_file_output: diff.json
@@ -99,7 +99,7 @@ jobs:
9999
docker run -e -ti -d --name local-ai -p 8080:8080 localai/localai:master-ffmpeg-core run --debug $MODEL_NAME
100100
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
101101
# Check the PR diff using the current branch and the base branch of the PR
102-
- uses: GrantBirki/[email protected].0
102+
- uses: GrantBirki/[email protected].1
103103
id: git-diff-action
104104
with:
105105
json_diff_file_output: diff.json

0 commit comments

Comments
 (0)