惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
L
LINUX DO - 最新话题
P
Proofpoint News Feed
Cyberwarzone
Cyberwarzone
Know Your Adversary
Know Your Adversary
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
L
Lohrmann on Cybersecurity
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Security Latest
Security Latest
T
The Exploit Database - CXSecurity.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Privacy & Cybersecurity Law Blog
K
Kaspersky official blog
The Last Watchdog
The Last Watchdog
Webroot Blog
Webroot Blog
Scott Helme
Scott Helme
T
Threat Research - Cisco Blogs
C
Cyber Attacks, Cyber Crime and Cyber Security
WordPress大学
WordPress大学
L
LINUX DO - 热门话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
V
Visual Studio Blog
O
OpenAI News
AI
AI
Hacker News: Ask HN
Hacker News: Ask HN
V2EX - 技术
V2EX - 技术
GbyAI
GbyAI
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Simon Willison's Weblog
Simon Willison's Weblog
S
Schneier on Security
Spread Privacy
Spread Privacy
Y
Y Combinator Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
F
Fortinet All Blogs
C
CERT Recently Published Vulnerability Notes
T
The Blog of Author Tim Ferriss
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
N
News and Events Feed by Topic
Project Zero
Project Zero
小众软件
小众软件
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
B
Blog
G
Google Developers Blog

Recent Commits to storage:main

Meta: update repository files · whatwg/storage@1933f42 Meta: add missing </span> tag · whatwg/storage@7834206 Meta: link to Korean translations Editorial: export storage key · whatwg/storage@b3c0fa9 Meta: link Simplified Chinese translation · whatwg/storage@39f5138 Meta: update repository files · whatwg/storage@9f3b87b Meta: update repository files Meta: update repository files · whatwg/storage@d5dbe0b Review Draft Publication: February 2023 Introduce a storage task source and queue a storage task Editorial: add a diagram for storage model Swap browsing session for traversable Meta: my employer changed · whatwg/storage@bae46a5 Meta: update repository files Review Draft Publication: August 2022 Support obtaining a storage key from an environment · whatwg/storage@afbf6bd Review Draft Publication: February 2022 Editorial: use string literal for permission name Add a storage key comparison algorithm
Review Draft Publication: February 2026 · whatwg/storage@652998d
annevk · 2026-02-17 · via Recent Commits to storage:main
Original file line numberDiff line numberDiff line change

@@ -12,14 +12,14 @@ on:

1212

jobs:

1313

build:

1414

name: Build

15-

runs-on: ubuntu-22.04

15+

runs-on: ubuntu-24.04

1616

steps:

17-

- uses: actions/checkout@v4

17+

- uses: actions/checkout@v6

1818

with:

1919

fetch-depth: 2

20-

- uses: actions/setup-python@v5

20+

- uses: actions/setup-python@v6

2121

with:

22-

python-version: "3.11"

22+

python-version: "3.14"

2323

- run: pip install bikeshed && bikeshed update

2424

# Note: `make deploy` will do a deploy dry run on PRs.

2525

- run: make deploy