Review Draft Publication: February 2026 · whatwg/storage@652998d
annevk
·
2026-02-17
·
via Recent Commits to storage:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -12,14 +12,14 @@ on:
|
12 | 12 | jobs: |
13 | 13 | build: |
14 | 14 | name: Build |
15 | | -runs-on: ubuntu-22.04 |
| 15 | +runs-on: ubuntu-24.04 |
16 | 16 | steps: |
17 | | - - uses: actions/checkout@v4 |
| 17 | + - uses: actions/checkout@v6 |
18 | 18 | with: |
19 | 19 | fetch-depth: 2 |
20 | | - - uses: actions/setup-python@v5 |
| 20 | + - uses: actions/setup-python@v6 |
21 | 21 | with: |
22 | | -python-version: "3.11" |
| 22 | +python-version: "3.14" |
23 | 23 | - run: pip install bikeshed && bikeshed update |
24 | 24 | # Note: `make deploy` will do a deploy dry run on PRs. |
25 | 25 | - run: make deploy |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。