diff --git a/.github/workflows/issue-label-automation.yml b/.github/workflows/issue-label-automation.yml index 24f59e31ab..9f0a1ab70d 100644 --- a/.github/workflows/issue-label-automation.yml +++ b/.github/workflows/issue-label-automation.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check if issue or PR was created by external contributor if: env.IS_HUMAN == 'true' && github.repository_owner == 'celestiaorg' - uses: tspascoal/get-user-teams-membership@v2 + uses: tspascoal/get-user-teams-membership@v3 id: teamCheck with: username: ${{ github.actor }}