Skip to content

Commit faed9f6

Browse files
chore: Bump actions/labeler from 5 to 6 (#92)
Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v5...v6) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ce5f99 commit faed9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v5
1616
- name: Apply context labels
17-
uses: actions/labeler@v5
17+
uses: actions/labeler@v6
1818
with:
1919
configuration-path: .github/labeler.yaml
2020
sync-labels: true

0 commit comments

Comments
 (0)