diff options
| -rw-r--r-- | .github/workflows/label.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 12fc3293..91c4adb3 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -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 }}" |
