diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 7d8ca64..13048f0 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -30,7 +30,7 @@ jobs: run: npx prettier --write . - name: Commit & push - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: add: '.' message: 'style: run prettier'