From fa680d4abd3f376779a48a9cf8aa9dfc48575e70 Mon Sep 17 00:00:00 2001 From: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com> Date: Sun, 15 Oct 2023 11:24:18 +0800 Subject: [PATCH] chore(CI): bump deps versions --- .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"