Skip to content

Commit ae38d0e

Browse files
authored
Update prettier.yml
1 parent 45f10e0 commit ae38d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
19-
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
19+
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
2020
with:
2121
cache: npm
2222
node-version: lts/*
@@ -28,7 +28,7 @@ jobs:
2828
- name: check if workflows needs prettier
2929
run: npx prettier --cache --check ".github/workflows/**/*.yml" || (echo "An action can't make changes to actions, you'll have to run prettier manually" && exit 1)
3030
- run: npx prettier --ignore-path .gitignore --cache --write .
31-
- uses: EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # tag=v9
31+
- uses: EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # v9
3232
with:
3333
default_author: github_actions
3434
commit: --no-verify

0 commit comments

Comments
 (0)