|
52 | 52 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
53 | 53 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
54 | 54 | with: |
55 | | - version: "0.12.0" |
| 55 | + version: "0.12.1" |
56 | 56 | - name: Manage setup guide issue |
57 | 57 | env: |
58 | 58 | GH_TOKEN: ${{ secrets.REPOMATIC_PAT || github.token }} |
|
70 | 70 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
71 | 71 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
72 | 72 | with: |
73 | | - version: "0.12.0" |
| 73 | + version: "0.12.1" |
74 | 74 | - name: Run repomatic metadata |
75 | 75 | id: metadata |
76 | 76 | run: > |
|
97 | 97 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
98 | 98 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
99 | 99 | with: |
100 | | - version: "0.12.0" |
| 100 | + version: "0.12.1" |
101 | 101 | - name: Run autopep8 |
102 | 102 | if: fromJSON(needs.metadata.outputs.metadata).python_files |
103 | 103 | # Ruff is not wrapping comments: https://github.com/astral-sh/ruff/issues/7414 |
@@ -151,7 +151,7 @@ jobs: |
151 | 151 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
152 | 152 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
153 | 153 | with: |
154 | | - version: "0.12.0" |
| 154 | + version: "0.12.1" |
155 | 155 | - name: Run pyproject-fmt |
156 | 156 | # pyproject-fmt returns exit code 1 when it reformats the file, but |
157 | 157 | # xargs translates any non-zero child exit to 123. Accept both 0 and |
@@ -200,7 +200,7 @@ jobs: |
200 | 200 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
201 | 201 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
202 | 202 | with: |
203 | | - version: "0.12.0" |
| 203 | + version: "0.12.1" |
204 | 204 | # Shares the `format-shell` job's shfmt cache: mdformat pulls the same |
205 | 205 | # pinned binary through its `path_tools`, keyed off the registry file that |
206 | 206 | # pins it. |
@@ -264,7 +264,7 @@ jobs: |
264 | 264 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
265 | 265 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
266 | 266 | with: |
267 | | - version: "0.12.0" |
| 267 | + version: "0.12.1" |
268 | 268 | - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
269 | 269 | with: |
270 | 270 | path: ~/.cache/repomatic/bin |
@@ -307,7 +307,7 @@ jobs: |
307 | 307 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
308 | 308 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
309 | 309 | with: |
310 | | - version: "0.12.0" |
| 310 | + version: "0.12.1" |
311 | 311 | - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
312 | 312 | with: |
313 | 313 | path: ~/.cache/repomatic/bin |
@@ -353,7 +353,7 @@ jobs: |
353 | 353 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
354 | 354 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
355 | 355 | with: |
356 | | - version: "0.12.0" |
| 356 | + version: "0.12.1" |
357 | 357 | - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
358 | 358 | with: |
359 | 359 | path: ~/.cache/repomatic/bin |
@@ -393,7 +393,7 @@ jobs: |
393 | 393 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
394 | 394 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
395 | 395 | with: |
396 | | - version: "0.12.0" |
| 396 | + version: "0.12.1" |
397 | 397 | - id: fix |
398 | 398 | name: Fix vulnerable dependencies |
399 | 399 | # GH_TOKEN lets repomatic query the GitHub Advisory Database via the |
@@ -436,7 +436,7 @@ jobs: |
436 | 436 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
437 | 437 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
438 | 438 | with: |
439 | | - version: "0.12.0" |
| 439 | + version: "0.12.1" |
440 | 440 | - name: Sync repomatic-managed files |
441 | 441 | run: > |
442 | 442 | uv --no-progress run --frozen -- repomatic init |
@@ -472,7 +472,7 @@ jobs: |
472 | 472 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
473 | 473 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
474 | 474 | with: |
475 | | - version: "0.12.0" |
| 475 | + version: "0.12.1" |
476 | 476 | # oxipng is no longer installed here: `format-images` pulls it from the |
477 | 477 | # `repomatic run` registry, pinned and checksum-verified, where this step |
478 | 478 | # used to `dpkg --install` an unverified .deb fetched by hand. jpegoptim |
@@ -526,7 +526,7 @@ jobs: |
526 | 526 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
527 | 527 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
528 | 528 | with: |
529 | | - version: "0.12.0" |
| 529 | + version: "0.12.1" |
530 | 530 | - name: Sync .gitignore |
531 | 531 | run: uv --no-progress run --frozen -- repomatic sync-gitignore |
532 | 532 | - id: pr-metadata |
@@ -559,7 +559,7 @@ jobs: |
559 | 559 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
560 | 560 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
561 | 561 | with: |
562 | | - version: "0.12.0" |
| 562 | + version: "0.12.1" |
563 | 563 | - name: Sync bumpversion config |
564 | 564 | run: uv --no-progress run --frozen -- repomatic sync-bumpversion |
565 | 565 | - id: pr-metadata |
@@ -595,7 +595,7 @@ jobs: |
595 | 595 | fetch-depth: 0 |
596 | 596 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
597 | 597 | with: |
598 | | - version: "0.12.0" |
| 598 | + version: "0.12.1" |
599 | 599 | - name: Sync .mailmap |
600 | 600 | run: uv --no-progress run --frozen -- repomatic sync-mailmap --skip-if-missing |
601 | 601 | - id: pr-metadata |
@@ -641,7 +641,7 @@ jobs: |
641 | 641 | fetch-depth: 0 |
642 | 642 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
643 | 643 | with: |
644 | | - version: "0.12.0" |
| 644 | + version: "0.12.1" |
645 | 645 | # Persist repomatic's HTTP cache (PyPI/GitHub/npm release metadata) across |
646 | 646 | # runs. Entries are TTL-gated in repomatic.cache, so a restored cache never |
647 | 647 | # serves a stale "latest" version; this mainly speeds up bursts of pushes. |
@@ -803,7 +803,7 @@ jobs: |
803 | 803 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
804 | 804 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
805 | 805 | with: |
806 | | - version: "0.12.0" |
| 806 | + version: "0.12.1" |
807 | 807 | - name: Generate graph |
808 | 808 | # Package name and output path are auto-detected from pyproject.toml. |
809 | 809 | run: uv --no-progress run --frozen -- repomatic update-dep-graph |
@@ -841,7 +841,7 @@ jobs: |
841 | 841 | fetch-depth: 0 |
842 | 842 | - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 |
843 | 843 | with: |
844 | | - version: "0.12.0" |
| 844 | + version: "0.12.1" |
845 | 845 | - name: Update docs |
846 | 846 | # Runs sphinx-apidoc, converts RST stubs to MyST if applicable, runs docs/docs_update.py, then |
847 | 847 | # refreshes self-updating directive blocks with click-extra refresh-directives. |
|
0 commit comments