diff --git a/.github/workflows/pr_welcome.yml b/.github/workflows/pr_welcome.yml index f4dd081e01..7526b2ee2c 100644 --- a/.github/workflows/pr_welcome.yml +++ b/.github/workflows/pr_welcome.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v3 with: add-labels: "status: needs workflow approval" repo-token: ${{ secrets.GITHUB_TOKEN }}