diff --git a/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/issues.yaml b/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/issues.yaml index 4372caa..278c745 100644 --- a/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/issues.yaml +++ b/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/issues.yaml @@ -11,7 +11,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@v3.1 + - uses: github/issue-labeler@v3.3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/triage-labeler.yaml