Thomas Gardos commited on
Commit
fbc5fe1
·
1 Parent(s): ac1b561

updated lfs-warnings actions to 3.3

Browse files
.github/workflows/check_file_size.yml CHANGED
@@ -11,6 +11,6 @@ jobs:
11
  runs-on: ubuntu-latest
12
  steps:
13
  - name: Check large files
14
- uses: ActionsDesk/lfs-warning@v2.0
15
  with:
16
  filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
 
11
  runs-on: ubuntu-latest
12
  steps:
13
  - name: Check large files
14
+ uses: ActionsDesk/lfs-warning@v3.3
15
  with:
16
  filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces