Skip to content

Commit 0697426

Browse files
authored
Fix bikeshed by bumping python version
1 parent 166697d commit 0697426

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/auto-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
contents: write
1212
steps:
1313
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
15+
with:
16+
python-version: 3.12
1417
- uses: w3c/spec-prod@v2
1518
with:
1619
GH_PAGES_BRANCH: gh-pages
17-
BUILD_FAIL_ON: warning
20+
BUILD_FAIL_ON: warning

0 commit comments

Comments
 (0)