From 225c435ad918e49c8afe439a8a0b0f0140cb327e Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Fri, 5 Apr 2024 23:47:42 +0200 Subject: [PATCH] Update prettier.yml --- .github/workflows/prettier.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 26270f08..85fcd1fa 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -7,17 +7,17 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v4.1.2 with: ref: ${{ github.head_ref }} - name: Setup Node.js environment - uses: actions/setup-node@v2.5.2 + uses: actions/setup-node@v4.0.2 with: node-version: "18.x" - run: npm ci - run: npm run prettier - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_message: Apply prettier changes branch: ${{ github.head_ref }}