From fa74d9b44ba0af3ad494e9b74f09651983c74f4c Mon Sep 17 00:00:00 2001 From: Nei Cardoso de Oliveira Neto Date: Tue, 2 May 2023 15:09:04 -0300 Subject: [PATCH] Update autopr.yml --- .github/workflows/autopr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autopr.yml b/.github/workflows/autopr.yml index bdcdc11..f5a8800 100644 --- a/.github/workflows/autopr.yml +++ b/.github/workflows/autopr.yml @@ -25,9 +25,9 @@ jobs: exit 78 fi - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: - ref: main + ref: master fetch-depth: 1 - name: AutoPR uses: docker://ghcr.io/irgolic/autopr:latest