diff --git a/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/pr.yaml b/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/pr.yaml index c6956a6..a5edeaf 100644 --- a/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/pr.yaml +++ b/rust/repo/{{ cookiecutter.repo_name }}/.github/workflows/pr.yaml @@ -29,6 +29,6 @@ jobs: "1000": "XXL", "1500": "OHLAWDHECOMIN" } - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"