From b6b7edf9abcdcee85200921a4ce5e33acccb1961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 18:33:52 +0000 Subject: [PATCH] chore(deps): update andresz1/size-limit-action action to v1.8.0 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}