From 99f0cab51a31189ff52f3770841d8f0812e13d47 Mon Sep 17 00:00:00 2001 From: Yee Kit Date: Sat, 27 Jan 2024 00:27:45 +0800 Subject: [PATCH] Update check file size to use latest action --- .github/workflows/check-file-size.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-file-size.yml b/.github/workflows/check-file-size.yml index 84127af..a9fe522 100644 --- a/.github/workflows/check-file-size.yml +++ b/.github/workflows/check-file-size.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Check large files - uses: ActionsDesk/lfs-warning@v2.0 + uses: ppremk/lfs-warning@v3.2 with: - filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces + filesizelimit: 10MB # this is 10MB so we can sync to HF Spaces