Skip to content

Commit

Permalink
gha: update to actions/labeler@v5
Browse files Browse the repository at this point in the history
To address warning message:
> Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: actions/labeler@v4.

(cherry picked from commit d7f2c13)
  • Loading branch information
andrewhsu committed Jun 11, 2024
1 parent 55eb9fa commit b89cb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b89cb66

Please sign in to comment.