Skip to content

Commit 8a4ef0b

Browse files
chore(deps): bump actions/labeler from 6.1.0 to 6.2.0 (#1972)
Bumps [actions/labeler](https://github.com/actions/labeler) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b93bcc0 commit 8a4ef0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
github.event_name == 'pull_request_target' &&
3939
(github.event.action == 'opened' ||
4040
github.event.action == 'synchronize')
41-
uses: actions/labeler@v6.1.0
41+
uses: actions/labeler@v6.2.0
4242
with:
4343
repo-token: ${{ secrets.GITHUB_TOKEN }}
4444
configuration-path: .github/workflows/dev_pr/labeler.yml

0 commit comments

Comments
 (0)