dbleek commited on
Commit
ae89f49
1 Parent(s): 2bd9aff

modified github actions

Browse files
Files changed (1) hide show
  1. .github/workflows/checksize.yaml +1 -1
.github/workflows/checksize.yaml 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.2
15
  with:
16
  filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces