Skip to content

Commit

Permalink
feat(github-action)!: Update actions/labeler action to v5.0.0
Browse files Browse the repository at this point in the history
| datasource  | package         | from   | to     |
| ----------- | --------------- | ------ | ------ |
| github-tags | actions/labeler | v4.3.0 | v5.0.0 |
  • Loading branch information
renovate[bot] authored Aug 3, 2024
1 parent 34098bf commit 84bc438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Labeler
uses: actions/labeler@v4.3.0
uses: actions/labeler@v5.0.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"

0 comments on commit 84bc438

Please sign in to comment.