diff --git a/.github/workflows/label-new-prs.yml b/.github/workflows/label-new-prs.yml index 82e0cc17b5..690d892ea1 100644 --- a/.github/workflows/label-new-prs.yml +++ b/.github/workflows/label-new-prs.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Label new PRs - uses: srvaroa/labeler@master + uses: srvaroa/labeler@v1 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v3 - name: Verify changes to the labeling logic - uses: srvaroa/labeler@master + uses: srvaroa/labeler@v1 with: use_local_config: true fail_on_error: true