Skip to content

Commit ff376d0

Browse files
committed
Pin the Restyler version to v0.6.0.2
1 parent 57ff3e6 commit ff376d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/restyled.yml

+6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17+
- name: Set up Restyler
1718
- uses: restyled-io/actions/setup@v4
19+
with:
20+
# Pin the Restyler version to v0.6.0.2
21+
version: v0.6.0.2
22+
23+
- name: Run Restyler
1824
- id: restyler
1925
uses: restyled-io/actions/run@v4
2026
with:

0 commit comments

Comments
 (0)