diff --git a/.github/workflows/label-community-prs.yml b/.github/workflows/label-community-prs.yml index 09f5abc0..9d65eb39 100644 --- a/.github/workflows/label-community-prs.yml +++ b/.github/workflows/label-community-prs.yml @@ -22,7 +22,7 @@ jobs: - name: Add community label # This action uses GitHub's addLabels API, which is idempotent. # If the label already exists, the API call succeeds without error. - uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0 + uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} labels: community