Use a different size-limit action

This commit is contained in:
Nikita Karamov 2023-11-20 09:14:04 +01:00
parent 3dd118b0bf
commit ebd35d9213
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@ jobs:
- name: Install dependencies
run: pnpm install --ignore-scripts
- name: Check size
uses: getsentry/size-limit-action@v6
uses: andresz1/size-limit-action@v1
with:
main_branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}