boris commited on
Commit
27ef1ce
1 Parent(s): 5b3faf1

fix: correct action dependency

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -3
.github/workflows/main.yml CHANGED
@@ -24,7 +24,6 @@ jobs:
24
  # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25
  - uses: actions/checkout@v2
26
 
27
- # Runs a single command using the runners shell
28
- - uses: ActionsDesk/lfs-warning
29
  with:
30
- filesizelimit: 900000 # so we can sync with HF spaces
 
24
  # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25
  - uses: actions/checkout@v2
26
 
27
+ - uses: ActionsDesk/lfs-warning@v2.0
 
28
  with:
29
+ filesizelimit: 900000 # so we can sync to HF spaces