Skip to content

Commit 34d0b0c

Browse files
committed
ci: update action versions
1 parent db13a87 commit 34d0b0c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/update-action-versions.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
3+
# Usage: run this from project directory: ./scripts/update-action-versions
4+
5+
uv run -- ci-start update-actions
6+
./scripts/update-test_update_actions.sh
7+
8+
git add .
9+
git commit -m "ci: update action versions"
10+
git push

0 commit comments

Comments
 (0)