diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 40fd3e8..c1686e9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v7 # Uploads repository content to the runner with: repository: "cosmology-api/cosmology.api" - - uses: actions/labeler@v6 + - uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true