diff --git a/.github/workflows/auto_pull_request.yaml b/.github/workflows/auto_pull_request.yaml index f4770d040d..cf6bb228c3 100644 --- a/.github/workflows/auto_pull_request.yaml +++ b/.github/workflows/auto_pull_request.yaml @@ -15,7 +15,9 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 + - name: Test + run: echo ${{ github.head_ref }}.${{ github.sha }} - name: Pull changes from FluffyChat run: |