(bump:patch) Fix: llama-cpp-python security bug and setup local latest branch in github action (#66)

* update llama-cpp-python version in response to https://github.com/Cinnamon/kotaemon/security/dependabot/1

* setup local latest branch in github action
This commit is contained in:
ian_Cin
2024-05-15 17:57:37 +07:00
committed by GitHub
parent fc35f9f918
commit a122dc0a94
2 changed files with 3 additions and 1 deletions

View File

@@ -43,6 +43,8 @@ jobs:
generate_release_notes: true
tag_name: ${{ steps.update-version.outputs.new_tag }}
make_latest: true
- name: Setup latest branch locally without switching current branch
run: git fetch origin latest:latest
- name: Update latest branch
run: |
git branch -f latest tags/${{ steps.update-version.outputs.new_tag }}