From f87bebebb7714257d4ae2acf327188488d5294ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:24:13 +0000 Subject: [PATCH] chore(deps): bump dessant/label-actions from 3 to 4 Bumps [dessant/label-actions](https://github.com/dessant/label-actions) from 3 to 4. - [Release notes](https://github.com/dessant/label-actions/releases) - [Changelog](https://github.com/dessant/label-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/dessant/label-actions/compare/v3...v4) --- updated-dependencies: - dependency-name: dessant/label-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/label-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-actions.yml b/.github/workflows/label-actions.yml index 4adbcd337..991fdc336 100644 --- a/.github/workflows/label-actions.yml +++ b/.github/workflows/label-actions.yml @@ -12,4 +12,4 @@ jobs: action: runs-on: ubuntu-latest steps: - - uses: dessant/label-actions@v3 \ No newline at end of file + - uses: dessant/label-actions@v4 \ No newline at end of file