From b96898a69f94a13801d86aa2f768be469054ad70 Mon Sep 17 00:00:00 2001 From: Esteban Dalel R Date: Wed, 2 Nov 2022 14:29:14 -0500 Subject: [PATCH] Upgrade checkout action version (#106) --- .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 }}