Skip to content

Commit 2a0970b

Browse files
github-actions[bot]kdeldycke
authored andcommitted
Sync workflow pins
1 parent 3ef87f9 commit 2a0970b

15 files changed

Lines changed: 63 additions & 63 deletions

.github/actions/publish-pypi/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
# _render_publish_pypi_job in repomatic/github/workflow_sync.py), so the empty workdir
3535
# is by design and setup-uv's warning about it is noise.
3636
ignore-empty-workdir: true
37-
version: "0.12.2"
37+
version: "0.12.3"
3838

3939
- name: Download build artifact
4040
id: download

.github/workflows/_release-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6969
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
7070
with:
71-
version: "0.12.2"
71+
version: "0.12.3"
7272
- name: Extract PR reference
7373
id: extract
7474
env:
@@ -126,7 +126,7 @@ jobs:
126126
run: git log --decorate=full --oneline
127127
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
128128
with:
129-
version: "0.12.2"
129+
version: "0.12.3"
130130
- name: Run repomatic metadata
131131
id: metadata
132132
run: >
@@ -163,7 +163,7 @@ jobs:
163163
|| github.sha }}
164164
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
165165
with:
166-
version: "0.12.2"
166+
version: "0.12.3"
167167
- name: Check dependency sources
168168
run: >
169169
uv --no-progress run --frozen -- repomatic lint-deps
@@ -195,7 +195,7 @@ jobs:
195195
ref: ${{ matrix.commit }}
196196
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
197197
with:
198-
version: "0.12.2"
198+
version: "0.12.3"
199199
# Bakes the tag SHA into the CLI module so a built artifact can report the
200200
# commit it came from. Gated on `cli_scripts` because click-extra locates that
201201
# module through `[project.scripts]`, and hard-errors with "No __init__.py

.github/workflows/_release-engine.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: git log --decorate=full --oneline
6363
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
6464
with:
65-
version: "0.12.2"
65+
version: "0.12.3"
6666
- name: Run repomatic metadata
6767
id: metadata
6868
run: >
@@ -138,7 +138,7 @@ jobs:
138138
ref: ${{ matrix.commit }}
139139
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
140140
with:
141-
version: "0.12.2"
141+
version: "0.12.3"
142142
# Persist the Nuitka compile caches across runs: ccache objects on gcc
143143
# targets, Nuitka's internal clcache objects on MSVC, plus downloads
144144
# and demoted-module bytecode. The per-commit key never hits exactly,
@@ -452,7 +452,7 @@ jobs:
452452
run: chmod +x "${DOWNLOAD_PATH}/${BIN_NAME}"
453453
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
454454
with:
455-
version: "0.12.2"
455+
version: "0.12.3"
456456
- name: Run test suite for binary
457457
env:
458458
DOWNLOAD_PATH: ${{ steps.artifacts.outputs.download-path }}
@@ -499,7 +499,7 @@ jobs:
499499
token: ${{ secrets.REPOMATIC_PAT || github.token }}
500500
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
501501
with:
502-
version: "0.12.2"
502+
version: "0.12.3"
503503
- name: Create and push tag
504504
# Idempotent: skips if tag already exists instead of failing. This allows re-running
505505
# workflows interrupted after tag creation.
@@ -535,7 +535,7 @@ jobs:
535535
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
536536
with:
537537
enable-cache: false
538-
version: "0.12.2"
538+
version: "0.12.3"
539539
- name: Download Python package
540540
# Do not fetch build artifacts for non-Python projects (no wheel built).
541541
if: fromJSON(needs.metadata.outputs.metadata).is_python_project
@@ -613,7 +613,7 @@ jobs:
613613
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
614614
with:
615615
enable-cache: false
616-
version: "0.12.2"
616+
version: "0.12.3"
617617
- name: Install project
618618
run: uv --no-progress sync --frozen
619619
- name: Generate man pages
@@ -702,7 +702,7 @@ jobs:
702702
ref: ${{ matrix.commit }}
703703
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
704704
with:
705-
version: "0.12.2"
705+
version: "0.12.3"
706706
- name: Download asset artifacts
707707
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
708708
with:
@@ -810,7 +810,7 @@ jobs:
810810
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
811811
if: needs.compile-binaries.result != 'skipped'
812812
with:
813-
version: "0.12.2"
813+
version: "0.12.3"
814814
- name: Upload binaries and attestation bundles to release
815815
# Exclude Python packages (.tar.gz, .whl) already uploaded by create-release.
816816
# Each versioned binary is also uploaded under a versionless alias
@@ -877,7 +877,7 @@ jobs:
877877
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
878878
with:
879879
enable-cache: false
880-
version: "0.12.2"
880+
version: "0.12.3"
881881
- name: Download release binaries
882882
# Versioned patterns leave out the versionless alias copies, which
883883
# share their digest with a versioned sibling and would only submit
@@ -963,7 +963,7 @@ jobs:
963963
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
964964
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
965965
with:
966-
version: "0.12.2"
966+
version: "0.12.3"
967967
- name: Download all build artifacts
968968
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
969969
with:
@@ -997,7 +997,7 @@ jobs:
997997
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
998998
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
999999
with:
1000-
version: "0.12.2"
1000+
version: "0.12.3"
10011001
- name: Generate graph
10021002
# Package name and output path are auto-detected from pyproject.toml.
10031003
run: uv --no-progress run --frozen -- repomatic update-dep-graph

.github/workflows/autofix.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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 }}
@@ -83,7 +83,7 @@ jobs:
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.

.github/workflows/autolock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3838
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3939
with:
40-
version: "0.12.2"
40+
version: "0.12.3"
4141
- name: Lock inactive threads
4242
# Window, comments, lock reason and the bot-issue exclusion are all
4343
# command defaults. See repomatic/github/issue.py for the rationale

.github/workflows/cancel-runs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# invalidate.
5050
enable-cache: false
5151
ignore-empty-workdir: true
52-
version: "0.12.2"
52+
version: "0.12.3"
5353
- name: Cancel in-progress runs for PR branch
5454
env:
5555
GH_TOKEN: ${{ github.token }}

.github/workflows/changelog.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
fetch-tags: true
8585
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
8686
with:
87-
version: "0.12.2"
87+
version: "0.12.3"
8888
- name: Run repomatic metadata
8989
id: metadata
9090
run: >
@@ -115,7 +115,7 @@ jobs:
115115
fetch-tags: true
116116
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
117117
with:
118-
version: "0.12.2"
118+
version: "0.12.3"
119119
- name: Fix changelog dates and admonitions
120120
env:
121121
GH_TOKEN: ${{ github.token }}
@@ -162,7 +162,7 @@ jobs:
162162
fetch-tags: true
163163
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
164164
with:
165-
version: "0.12.2"
165+
version: "0.12.3"
166166
- name: ${{ matrix.part }} version bump
167167
if: fromJSON(needs.metadata.outputs.metadata)[format('{0}_bump_allowed', matrix.part)]
168168
run: >
@@ -234,7 +234,7 @@ jobs:
234234
token: ${{ secrets.REPOMATIC_PAT || github.token }}
235235
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
236236
with:
237-
version: "0.12.2"
237+
version: "0.12.3"
238238
# --- Freeze commit: freeze everything to the release version. ---
239239
- name: Strip dev suffix for release
240240
# Bump the "dev" part: .dev0 → release (omitted), producing a clean X.Y.Z version.

.github/workflows/debug.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4949
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5050
with:
51-
version: "0.12.2"
51+
version: "0.12.3"
5252
- name: Run repomatic metadata
5353
id: metadata
5454
run: >
@@ -142,5 +142,5 @@ jobs:
142142
echo "::endgroup::"
143143
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
144144
with:
145-
version: "0.12.2"
145+
version: "0.12.3"
146146
- run: uvx --no-progress 'extra-platforms==13.6.0'

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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: Run repomatic metadata
6262
id: metadata
6363
run: >
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8686
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
8787
with:
88-
version: "0.12.2"
88+
version: "0.12.3"
8989
- name: Install Graphviz and mandoc
9090
# Graphviz: backs the sphinx.ext.graphviz directive.
9191
# See: https://www.sphinx-doc.org/en/master/usage/extensions/graphviz.html
@@ -149,7 +149,7 @@ jobs:
149149
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
150150
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
151151
with:
152-
version: "0.12.2"
152+
version: "0.12.3"
153153
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
154154
with:
155155
path: ~/.cache/repomatic/bin

0 commit comments

Comments
 (0)