Skip to content

Commit 1e6db01

Browse files
authored
Update validate.yml to use w3c's spec-prod (#170)
Switch to using the w3c version of spec-prod
1 parent a584208 commit 1e6db01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: pythagoraskitty/w3c-spec-prod@v1.2
11+
- uses: w3c/spec-prod@v2
1212
with:
1313
TOOLCHAIN: bikeshed
1414
SOURCE: spec.bs

0 commit comments

Comments
 (0)