From d7a915d8f511973455f159d70ad18d222ebd6381 Mon Sep 17 00:00:00 2001 From: Esteban Dalel R Date: Tue, 1 Nov 2022 12:33:09 -0400 Subject: [PATCH] Upgrade checkout action version --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index b0adc4340..303b66d77 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }}