We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
github-actions[bot]
1 parent 2d06cad commit b8af2ccCopy full SHA for b8af2cc
1 file changed
.github/workflows/bump-dev-dep.yml
@@ -23,13 +23,18 @@ jobs:
23
with:
24
persist-credentials: false
25
26
+ - name: Setup git user config
27
+ run: |
28
+ git config --global user.name github-actions[bot]
29
+ git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
30
+
31
- name: Set up uv
32
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
33
34
version: "latest"
35
enable-cache: true
36
- - name: Regenerate
37
+ - name: Bump
38
# Updates uv.lock, requirements.txt, and docs/requirements.txt
39
run: uv run -P $PKG_TO_BUMP prek -a uv-export || true
40
env:
0 commit comments