Skip to content

Commit 25b60e4

Browse files
chore(deps): bump actions/labeler from 4.1.0 to 4.2.0 (#6803)
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e77b93a commit 25b60e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
github.event_name == 'pull_request_target' &&
4747
(github.event.action == 'opened' ||
4848
github.event.action == 'synchronize')
49-
uses: actions/labeler@4.1.0
49+
uses: actions/labeler@v4.2.0
5050
with:
5151
repo-token: ${{ secrets.GITHUB_TOKEN }}
5252
configuration-path: .github/workflows/dev_pr/labeler.yml

0 commit comments

Comments
 (0)