From 5458cef9287773a5c74aec38fe0161f522ad9e75 Mon Sep 17 00:00:00 2001 From: David Harder Date: Sat, 13 Jan 2024 13:41:24 -0600 Subject: [PATCH] Update .github/workflows/prettier.yml Co-authored-by: Silke Hofstra --- .github/workflows/prettier.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 9069b695a..5f3220d29 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -8,10 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 - with: - ref: ${{ github.head_ref }} - fetch-depth: 0 + uses: actions/checkout@v4 - name: Prettify code uses: creyD/prettier_action@v4.3 with: