Skip to content

Commit

Permalink
build(deps): Bump ghaction-github-labeler from 3.2.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 3.2.0 to 5.0.0.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
- [Commits](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.

![image](https://github.com/mdsanima-dev/dotfiles/assets/3817871/33be3e41-3637-4aed-8b8f-8f54d5938285)
  • Loading branch information
mdsanima committed Jan 6, 2024
1 parent b7e1335 commit 5e8af8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Syncing 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 5e8af8d

Please sign in to comment.