Skip to content

Commit 12673d6

Browse files
build(deps): bump actions/labeler from 4.0.1 to 4.0.2
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@e54e5b3...5c75392) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f2592ef commit 12673d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
pull-requests: write
2222
steps:
23-
- uses: actions/labeler@e54e5b338fbd6e6cdb5d60f51c22335fc57c401e
23+
- uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4
2424
if: github.event_name == 'pull_request_target' && github.event.action != 'closed'
2525
with:
2626
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)