Skip to content

Commit 39fc790

Browse files
authored
Add TODO item to unpin the restyler version (project-chip#37216)
1 parent ff2b0e4 commit 39fc790

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/restyled.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616

1717
- uses: restyled-io/actions/setup@v4
1818
with:
19-
# Pin the Restyler version to v0.6.0.2
19+
# TODO: Pinned to v0.6.0.2 because the latest release does not have a pre-built
20+
# 'restyler-linux' asset. This broke our workflow as we rely on the pre-built binary.
21+
# Remove this pin once a new release with the 'restyler-linux' asset is available.
2022
tag: 'v0.6.0.2'
2123

2224
- id: restyler

0 commit comments

Comments
 (0)