diff --git a/.github/workflows/auto_labeler.yml b/.github/workflows/auto_labeler.yml index a2e3d63..5fe2d26 100644 --- a/.github/workflows/auto_labeler.yml +++ b/.github/workflows/auto_labeler.yml @@ -7,7 +7,7 @@ jobs: name: "Checking for labels" runs-on: ubuntu-latest steps: - - uses: actions/labeler@4.3.0 + - uses: actions/labeler@v4.3.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true