From 7220c72554e993a9747ebf4298e8f120deae4849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E9=85=94=E9=96=91=E5=90=9F?= <50296129+Jint-lzxy@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:52:22 +0800 Subject: [PATCH] chore(CI): bump deps versions (#1020) --- .github/workflows/update_lockfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_lockfile.yml b/.github/workflows/update_lockfile.yml index c6aa1f16f..7e1992a0c 100644 --- a/.github/workflows/update_lockfile.yml +++ b/.github/workflows/update_lockfile.yml @@ -31,7 +31,7 @@ jobs: ./scripts/install.sh nvim --headless "+Lazy! update" +qa cp -pv "${HOME}/.config/nvim/lazy-lock.json" . - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 if: ${{ steps.check_lockfile.outputs.files_exists == 'true' && env.NEW_COMMIT_COUNT > 0 }} with: commit_message: "chore(lockfile): auto update lazy-lock.json"