Skip to content

Commit 03ce76c

Browse files
chore(actions): bump actions/labeler from 6 to 7
Bumps [actions/labeler](https://github.com/actions/labeler) from 6 to 7. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v6...v7) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 872c71a commit 03ce76c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: ${{ toJson(github.event.pull_request.labels) == '[]' }}
1515
steps:
16-
- uses: actions/labeler@v6
16+
- uses: actions/labeler@v7
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919

0 commit comments

Comments
 (0)