Skip to content

Commit

Permalink
Attempt to fix size-limit action
Browse files Browse the repository at this point in the history
  • Loading branch information
narze committed Aug 12, 2024
1 parent 6f8c0b2 commit ccaa597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: andresz1/size-limit-action@v1
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ccaa597

Please sign in to comment.