From d4415c5cbabf36b2614a0641f43a2f1bc869611f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:18:21 +0000 Subject: [PATCH] Bump pascalgn/size-label-action from 0.5.0 to 0.5.2 Bumps [pascalgn/size-label-action](https://github.com/pascalgn/size-label-action) from 0.5.0 to 0.5.2. - [Release notes](https://github.com/pascalgn/size-label-action/releases) - [Commits](https://github.com/pascalgn/size-label-action/compare/v0.5.0...v0.5.2) --- updated-dependencies: - dependency-name: pascalgn/size-label-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/labelling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labelling.yaml b/.github/workflows/labelling.yaml index 205e046..50f22d6 100644 --- a/.github/workflows/labelling.yaml +++ b/.github/workflows/labelling.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: size-label - uses: "pascalgn/size-label-action@v0.5.0" + uses: "pascalgn/size-label-action@v0.5.2" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: