From 78ad2d282b5113b5e116b4266b73e57a208583b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:14:33 +0000 Subject: [PATCH] Bump dessant/label-actions from 3.1.0 to 4.0.1 Bumps [dessant/label-actions](https://github.com/dessant/label-actions) from 3.1.0 to 4.0.1. - [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.1.0...v4.0.1) --- 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-actions.yaml b/.github/workflows/label-actions.yaml index 6d17957..47d3e00 100644 --- a/.github/workflows/label-actions.yaml +++ b/.github/workflows/label-actions.yaml @@ -18,6 +18,6 @@ jobs: action: runs-on: ubuntu-latest steps: - - uses: dessant/label-actions@v3.1.0 + - uses: dessant/label-actions@v4.0.1 with: config-path: .github/label-actions.yaml