From 60ece3ad6c36ad82196d58fc0e5caaa3bb002561 Mon Sep 17 00:00:00 2001 From: Cyberczy <109653523+Cyberczy@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:33:54 +0800 Subject: [PATCH] chore(ci): bump deps versions (#1159) see https://github.com/andstor/file-existence-action/pull/144 Signed-off-by: Cyberczy <109653523+Cyberczy@users.noreply.github.com> --- .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 7e1992a0c..200e01994 100644 --- a/.github/workflows/update_lockfile.yml +++ b/.github/workflows/update_lockfile.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # Required to count the commits - - uses: andstor/file-existence-action@v2 + - uses: andstor/file-existence-action@v3 id: check_lockfile with: files: "lazy-lock.json"