diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fd83a58..c61e0b3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -16,6 +16,6 @@ jobs: - name: Build run: npm run build - name: size-limit-action - uses: andresz1/size-limit-action@v1.7.0 + uses: andresz1/size-limit-action@v1.8.0 with: github_token: ${{ secrets.GH_TOKEN }}