From dde9ff936bfbb61678e7c24543ea05104c16ec9e Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Wed, 17 May 2023 12:18:02 -0500 Subject: [PATCH] Update team-labeler.yml to point to a tag that exists --- .github/workflows/team-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/team-labeler.yml b/.github/workflows/team-labeler.yml index 957951fc4b9..81af84881bd 100644 --- a/.github/workflows/team-labeler.yml +++ b/.github/workflows/team-labeler.yml @@ -4,6 +4,6 @@ jobs: team-labeler: runs-on: ubuntu-latest steps: - - uses: JulienKode/team-labeler-action@v1 + - uses: JulienKode/team-labeler-action@v1.1.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"