diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index b75c9e21..07330e0f 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -12,12 +12,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v2 with: node-version: '18.x'