Skip to content

Commit f5c91f6

Browse files
authored
Merge pull request #1128 from NotAShelf/dependabot/github_actions/actions/labeler-6
build(deps): bump actions/labeler from 5 to 6
2 parents 7b009c9 + cae113a commit f5c91f6

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
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: "!contains(github.event.pull_request.title, '[skip ci]')"
1616
steps:
17-
- uses: actions/labeler@v5
17+
- uses: actions/labeler@v6
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
configuration-path: .github/labels.yml

0 commit comments

Comments
 (0)