Skip to content

Commit

Permalink
chore(deps): bump actions/labeler from 4.3.0 to 5.0.0 (#35)
Browse files Browse the repository at this point in the history
* chore(deps): bump actions/labeler from 4.3.0 to 5.0.0

Bumps [actions/labeler](https://github.com/actions/labeler) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@ac9175f...8558fd7)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update config file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Rusch <[email protected]>
  • Loading branch information
dependabot[bot] and florianrusch authored Jan 4, 2024
1 parent 5d8f03b commit 12ecde1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
# Documentation: https://github.com/actions/labeler

ci:
- .github/**
- changed-files:
- any-glob-to-any-file: ".github/**"

documentation:
- "**/*.md"
- changed-files:
- any-glob-to-any-file: "**/*.md"
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
dot: true
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 12ecde1

Please sign in to comment.