From dfba57bb7cf01c634ab715510774f0d397cb7a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 09:48:11 +0000 Subject: [PATCH] chore(deps): bump andresz1/size-limit-action from 1.5.1 to 1.7.0 Bumps [andresz1/size-limit-action](https://github.com/andresz1/size-limit-action) from 1.5.1 to 1.7.0. - [Release notes](https://github.com/andresz1/size-limit-action/releases) - [Commits](https://github.com/andresz1/size-limit-action/compare/v1.5.1...v1.7.0) --- updated-dependencies: - dependency-name: andresz1/size-limit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/size.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/size.yaml b/.github/workflows/size.yaml index 94ab44e..ddc4e8c 100644 --- a/.github/workflows/size.yaml +++ b/.github/workflows/size.yaml @@ -31,7 +31,7 @@ jobs: if: steps.yarn-cache.outputs.cache-hit != 'true' run: yarn --frozen-lockfile - - uses: andresz1/size-limit-action@v1.5.1 + - uses: andresz1/size-limit-action@v1.7.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} skip_step: install