Skip to content

Commit

Permalink
fix(lint-shared-workflows): correct tag for prettier_action (#255)
Browse files Browse the repository at this point in the history
Noticed this was warning in the Renovate logs. The only thing I can see
is that it should be `v4.3` not `v4.3.0`.
  • Loading branch information
iainlane authored Sep 23, 2024
1 parent 8d3d528 commit 2586d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-shared-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Lint with Prettier
uses: creyD/prettier_action@31355f8eef017f8aeba2e0bc09d8502b13dbbad1 # v4.3.0
uses: creyD/prettier_action@31355f8eef017f8aeba2e0bc09d8502b13dbbad1 # v4.3
with:
dry: true
prettier_options: "--check ."
Expand Down

0 comments on commit 2586d40

Please sign in to comment.