Update example to use 4.1.1 instead of 4.1

Update the examples so first time users don't experience the bug that was fixed by 26c4892179
This commit is contained in:
Adam
2021-12-06 06:52:46 -05:00
committed by GitHub
parent b305fc89f5
commit 89919dc836

View File

@@ -58,7 +58,7 @@ jobs:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v4.1
uses: creyD/prettier_action@v4.1.1
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}
@@ -86,7 +86,7 @@ jobs:
fetch-depth: 0
- name: Prettify code
uses: creyD/prettier_action@v4.1
uses: creyD/prettier_action@v4.1.1
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}