diff --git a/.github/workflows/pr-chat.yml b/.github/workflows/pr-chat.yml index bff67b133a00..586ae9c6ff2f 100644 --- a/.github/workflows/pr-chat.yml +++ b/.github/workflows/pr-chat.yml @@ -9,7 +9,7 @@ jobs: if: ${{ !github.event.pull_request.draft }} steps: - name: Checkout Actions - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'microsoft/vscode-github-triage-actions' ref: stable