Skip to content

Commit

Permalink
build(workflow): bump ghaction-github-labeler from 3.2.0 to 5.0.0 (#179)
Browse files Browse the repository at this point in the history
Bumps ghaction-github-labeler from 3.2.0 to 5.0.0.
- https://github.com/crazy-max/ghaction-github-labeler/releases
- crazy-max/ghaction-github-labeler@v3.2.0...v5.0.0

The sync labels that are currently used in this workflow
`crazy-max/ghaction-github-labeler@v3` use **node12**, which is
deprecated and will be forced to run on **node16** as shown in
the **Annotations** warning.
  • Loading branch information
mdsanima authored Jan 3, 2024
1 parent 4228a5c commit bf59ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: actions/checkout@v4

- name: Sync labels
uses: crazy-max/ghaction-github-labeler@v3
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bf59ec1

Please sign in to comment.