Skip to content

Commit 50c128d

Browse files
committed
Add inline script metadata
1 parent 9c359f8 commit 50c128d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

upgrade_actions.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
#!/usr/bin/env python3
1+
# /// script
2+
# requires-python = ">=3.14"
3+
# dependencies = [
4+
# "feedparser",
5+
# "rich",
6+
# "termcolor",
7+
# ]
8+
# ///
29
"""
310
Upgrade GitHub Actions versions in workflow file or directory
11+
12+
uv run ~/github/github-tools/upgrade_actions.py
413
"""
514
from __future__ import annotations
615

0 commit comments

Comments
 (0)