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"