5757 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5858 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5959 with :
60- version : " 0.12.2 "
60+ version : " 0.12.3 "
6161 - name : Manage setup guide issue
6262 env :
6363 GH_TOKEN : ${{ secrets.REPOMATIC_PAT || github.token }}
8383 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8484 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
8585 with :
86- version : " 0.12.2 "
86+ version : " 0.12.3 "
8787 - name : Manage runner images issue
8888 env :
8989 GH_TOKEN : ${{ secrets.REPOMATIC_PAT || github.token }}
@@ -114,7 +114,7 @@ jobs:
114114 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
115115 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
116116 with :
117- version : " 0.12.2 "
117+ version : " 0.12.3 "
118118 - name : Run repomatic metadata
119119 id : metadata
120120 run : >
@@ -142,7 +142,7 @@ jobs:
142142 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
143143 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
144144 with :
145- version : " 0.12.2 "
145+ version : " 0.12.3 "
146146 - name : Run autopep8
147147 if : fromJSON(needs.metadata.outputs.metadata).python_files
148148 # Ruff is not wrapping comments: https://github.com/astral-sh/ruff/issues/7414
@@ -184,7 +184,7 @@ jobs:
184184 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
185185 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
186186 with :
187- version : " 0.12.2 "
187+ version : " 0.12.3 "
188188 - name : Run pyproject-fmt
189189 # pyproject-fmt returns exit code 1 when it reformats the file, which is
190190 # the expected outcome in an autofix workflow. Tolerating it is only safe
@@ -224,7 +224,7 @@ jobs:
224224 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
225225 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
226226 with :
227- version : " 0.12.2 "
227+ version : " 0.12.3 "
228228 # Shares the `format-shell` job's shfmt cache: mdformat pulls the same
229229 # pinned binary through its `path_tools`, keyed off the registry file that
230230 # pins it.
@@ -267,7 +267,7 @@ jobs:
267267 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
268268 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
269269 with :
270- version : " 0.12.2 "
270+ version : " 0.12.3 "
271271 - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
272272 with :
273273 path : ~/.cache/repomatic/bin
@@ -302,7 +302,7 @@ jobs:
302302 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
303303 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
304304 with :
305- version : " 0.12.2 "
305+ version : " 0.12.3 "
306306 - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
307307 with :
308308 path : ~/.cache/repomatic/bin
@@ -344,7 +344,7 @@ jobs:
344344 token : ${{ secrets.REPOMATIC_PAT || github.token }}
345345 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
346346 with :
347- version : " 0.12.2 "
347+ version : " 0.12.3 "
348348 - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
349349 with :
350350 path : ~/.cache/repomatic/bin
@@ -376,7 +376,7 @@ jobs:
376376 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
377377 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
378378 with :
379- version : " 0.12.2 "
379+ version : " 0.12.3 "
380380 - id : fix
381381 name : Fix vulnerable dependencies
382382 # GH_TOKEN lets repomatic query the GitHub Advisory Database via the
@@ -417,7 +417,7 @@ jobs:
417417 token : ${{ secrets.REPOMATIC_PAT || github.token }}
418418 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
419419 with :
420- version : " 0.12.2 "
420+ version : " 0.12.3 "
421421 - name : Sync repomatic-managed files
422422 run : >
423423 uv --no-progress run --frozen -- repomatic init
@@ -443,7 +443,7 @@ jobs:
443443 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
444444 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
445445 with :
446- version : " 0.12.2 "
446+ version : " 0.12.3 "
447447 # oxipng is no longer installed here: `format-images` pulls it from the
448448 # `repomatic run` registry, pinned and checksum-verified, where this step
449449 # used to `dpkg --install` an unverified .deb fetched by hand. jpegoptim
@@ -487,7 +487,7 @@ jobs:
487487 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
488488 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
489489 with :
490- version : " 0.12.2 "
490+ version : " 0.12.3 "
491491 - name : Sync .gitignore
492492 run : uv --no-progress run --frozen -- repomatic sync-gitignore
493493 - name : Sync pull request
@@ -512,7 +512,7 @@ jobs:
512512 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
513513 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
514514 with :
515- version : " 0.12.2 "
515+ version : " 0.12.3 "
516516 - name : Sync bumpversion config
517517 run : uv --no-progress run --frozen -- repomatic sync-bumpversion
518518 - name : Sync pull request
@@ -538,7 +538,7 @@ jobs:
538538 fetch-depth : 0
539539 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
540540 with :
541- version : " 0.12.2 "
541+ version : " 0.12.3 "
542542 - name : Sync .mailmap
543543 run : uv --no-progress run --frozen -- repomatic sync-mailmap --skip-if-missing
544544 - name : Sync pull request
@@ -595,7 +595,7 @@ jobs:
595595 token : ${{ secrets.REPOMATIC_PAT || github.token }}
596596 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
597597 with :
598- version : " 0.12.2 "
598+ version : " 0.12.3 "
599599 # Persist repomatic's HTTP cache (PyPI/GitHub/npm release metadata) across
600600 # runs; this mainly speeds up bursts of pushes. TTL-gating bounds staleness
601601 # at a day rather than preventing it, so a restored cache can miss a
@@ -732,7 +732,7 @@ jobs:
732732 fetch-depth : 0
733733 - uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
734734 with :
735- version : " 0.12.2 "
735+ version : " 0.12.3 "
736736 - name : Update docs
737737 # Runs sphinx-apidoc, converts RST stubs to MyST if applicable, runs docs/docs_update.py, then
738738 # refreshes self-updating directive blocks with click-extra refresh-directives.
0 commit comments