Skip to content

Commit 4f0d1d5

Browse files
committed
Sync workflow pins
1 parent 261d086 commit 4f0d1d5

13 files changed

Lines changed: 60 additions & 60 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.0"
37+
version: "0.12.1"
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
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6767
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
6868
with:
69-
version: "0.12.0"
69+
version: "0.12.1"
7070
- name: Extract PR reference
7171
id: extract
7272
env:
@@ -123,7 +123,7 @@ jobs:
123123
run: git log --decorate=full --oneline
124124
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
125125
with:
126-
version: "0.12.0"
126+
version: "0.12.1"
127127
- name: Run repomatic metadata
128128
id: metadata
129129
run: >
@@ -151,13 +151,13 @@ jobs:
151151
ref: ${{ matrix.commit }}
152152
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
153153
with:
154-
version: "0.12.0"
154+
version: "0.12.1"
155155
- name: Pre-bake tag SHA
156156
if: "!contains(matrix.current_version, '.dev')"
157157
env:
158158
COMMIT: ${{ matrix.commit }}
159159
run: >
160-
uvx --no-progress 'click-extra==8.7.0'
160+
uvx --no-progress 'click-extra==8.8.0'
161161
prebake field git_tag_sha "${COMMIT}"
162162
- name: Build package
163163
run: uv --no-progress build

.github/workflows/_release-engine.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: git log --decorate=full --oneline
6161
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
6262
with:
63-
version: "0.12.0"
63+
version: "0.12.1"
6464
- name: Run repomatic metadata
6565
id: metadata
6666
run: >
@@ -112,7 +112,7 @@ jobs:
112112
ref: ${{ matrix.commit }}
113113
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
114114
with:
115-
version: "0.12.0"
115+
version: "0.12.1"
116116
- name: Setup venv
117117
# --managed-python forces uv's own python-build-standalone interpreter,
118118
# whose deployment floors are the ones we declare and verify (macOS
@@ -150,7 +150,7 @@ jobs:
150150
uv --no-progress sync --frozen ${flags}
151151
- name: Pre-bake build metadata
152152
if: contains(matrix.current_version, '.dev')
153-
run: uvx --no-progress 'click-extra==8.7.0' prebake all
153+
run: uvx --no-progress 'click-extra==8.8.0' prebake all
154154
- name: Build binary
155155
id: build-binary
156156
continue-on-error: true
@@ -287,7 +287,7 @@ jobs:
287287
run: chmod +x "${DOWNLOAD_PATH}/${BIN_NAME}"
288288
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
289289
with:
290-
version: "0.12.0"
290+
version: "0.12.1"
291291
- name: Run test suite for binary
292292
env:
293293
DOWNLOAD_PATH: ${{ steps.artifacts.outputs.download-path }}
@@ -333,7 +333,7 @@ jobs:
333333
token: ${{ secrets.REPOMATIC_PAT || github.token }}
334334
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
335335
with:
336-
version: "0.12.0"
336+
version: "0.12.1"
337337
- name: Create and push tag
338338
# Idempotent: skips if tag already exists instead of failing. This allows re-running
339339
# workflows interrupted after tag creation.
@@ -368,7 +368,7 @@ jobs:
368368
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
369369
with:
370370
enable-cache: false
371-
version: "0.12.0"
371+
version: "0.12.1"
372372
- name: Download Python package
373373
# Do not fetch build artifacts for non-Python projects (no wheel built).
374374
if: fromJSON(needs.metadata.outputs.metadata).is_python_project
@@ -445,7 +445,7 @@ jobs:
445445
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
446446
with:
447447
enable-cache: false
448-
version: "0.12.0"
448+
version: "0.12.1"
449449
- name: Install project
450450
run: uv --no-progress sync --frozen
451451
- name: Generate man pages
@@ -672,7 +672,7 @@ jobs:
672672
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
673673
with:
674674
enable-cache: false
675-
version: "0.12.0"
675+
version: "0.12.1"
676676
- name: Download release binaries
677677
# Versioned patterns leave out the versionless alias copies, which
678678
# share their digest with a versioned sibling and would only submit
@@ -757,7 +757,7 @@ jobs:
757757
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
758758
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
759759
with:
760-
version: "0.12.0"
760+
version: "0.12.1"
761761
- name: Download all build artifacts
762762
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
763763
with:

.github/workflows/autofix.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5353
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5454
with:
55-
version: "0.12.0"
55+
version: "0.12.1"
5656
- name: Manage setup guide issue
5757
env:
5858
GH_TOKEN: ${{ secrets.REPOMATIC_PAT || github.token }}
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7171
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
7272
with:
73-
version: "0.12.0"
73+
version: "0.12.1"
7474
- name: Run repomatic metadata
7575
id: metadata
7676
run: >
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9898
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
9999
with:
100-
version: "0.12.0"
100+
version: "0.12.1"
101101
- name: Run autopep8
102102
if: fromJSON(needs.metadata.outputs.metadata).python_files
103103
# Ruff is not wrapping comments: https://github.com/astral-sh/ruff/issues/7414
@@ -151,7 +151,7 @@ jobs:
151151
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
152152
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
153153
with:
154-
version: "0.12.0"
154+
version: "0.12.1"
155155
- name: Run pyproject-fmt
156156
# pyproject-fmt returns exit code 1 when it reformats the file, but
157157
# xargs translates any non-zero child exit to 123. Accept both 0 and
@@ -200,7 +200,7 @@ jobs:
200200
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
201201
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
202202
with:
203-
version: "0.12.0"
203+
version: "0.12.1"
204204
# Shares the `format-shell` job's shfmt cache: mdformat pulls the same
205205
# pinned binary through its `path_tools`, keyed off the registry file that
206206
# pins it.
@@ -264,7 +264,7 @@ jobs:
264264
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
265265
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
266266
with:
267-
version: "0.12.0"
267+
version: "0.12.1"
268268
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
269269
with:
270270
path: ~/.cache/repomatic/bin
@@ -307,7 +307,7 @@ jobs:
307307
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
308308
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
309309
with:
310-
version: "0.12.0"
310+
version: "0.12.1"
311311
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
312312
with:
313313
path: ~/.cache/repomatic/bin
@@ -353,7 +353,7 @@ jobs:
353353
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
354354
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
355355
with:
356-
version: "0.12.0"
356+
version: "0.12.1"
357357
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
358358
with:
359359
path: ~/.cache/repomatic/bin
@@ -393,7 +393,7 @@ jobs:
393393
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
394394
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
395395
with:
396-
version: "0.12.0"
396+
version: "0.12.1"
397397
- id: fix
398398
name: Fix vulnerable dependencies
399399
# GH_TOKEN lets repomatic query the GitHub Advisory Database via the
@@ -436,7 +436,7 @@ jobs:
436436
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
437437
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
438438
with:
439-
version: "0.12.0"
439+
version: "0.12.1"
440440
- name: Sync repomatic-managed files
441441
run: >
442442
uv --no-progress run --frozen -- repomatic init
@@ -472,7 +472,7 @@ jobs:
472472
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
473473
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
474474
with:
475-
version: "0.12.0"
475+
version: "0.12.1"
476476
# oxipng is no longer installed here: `format-images` pulls it from the
477477
# `repomatic run` registry, pinned and checksum-verified, where this step
478478
# used to `dpkg --install` an unverified .deb fetched by hand. jpegoptim
@@ -526,7 +526,7 @@ jobs:
526526
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
527527
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
528528
with:
529-
version: "0.12.0"
529+
version: "0.12.1"
530530
- name: Sync .gitignore
531531
run: uv --no-progress run --frozen -- repomatic sync-gitignore
532532
- id: pr-metadata
@@ -559,7 +559,7 @@ jobs:
559559
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
560560
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
561561
with:
562-
version: "0.12.0"
562+
version: "0.12.1"
563563
- name: Sync bumpversion config
564564
run: uv --no-progress run --frozen -- repomatic sync-bumpversion
565565
- id: pr-metadata
@@ -595,7 +595,7 @@ jobs:
595595
fetch-depth: 0
596596
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
597597
with:
598-
version: "0.12.0"
598+
version: "0.12.1"
599599
- name: Sync .mailmap
600600
run: uv --no-progress run --frozen -- repomatic sync-mailmap --skip-if-missing
601601
- id: pr-metadata
@@ -641,7 +641,7 @@ jobs:
641641
fetch-depth: 0
642642
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
643643
with:
644-
version: "0.12.0"
644+
version: "0.12.1"
645645
# Persist repomatic's HTTP cache (PyPI/GitHub/npm release metadata) across
646646
# runs. Entries are TTL-gated in repomatic.cache, so a restored cache never
647647
# serves a stale "latest" version; this mainly speeds up bursts of pushes.
@@ -803,7 +803,7 @@ jobs:
803803
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
804804
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
805805
with:
806-
version: "0.12.0"
806+
version: "0.12.1"
807807
- name: Generate graph
808808
# Package name and output path are auto-detected from pyproject.toml.
809809
run: uv --no-progress run --frozen -- repomatic update-dep-graph
@@ -841,7 +841,7 @@ jobs:
841841
fetch-depth: 0
842842
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
843843
with:
844-
version: "0.12.0"
844+
version: "0.12.1"
845845
- name: Update docs
846846
# Runs sphinx-apidoc, converts RST stubs to MyST if applicable, runs docs/docs_update.py, then
847847
# refreshes self-updating directive blocks with click-extra refresh-directives.

.github/workflows/cancel-runs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# invalidate.
4848
enable-cache: false
4949
ignore-empty-workdir: true
50-
version: "0.12.0"
50+
version: "0.12.1"
5151
- name: Cancel in-progress runs for PR branch
5252
env:
5353
GH_TOKEN: ${{ github.token }}

.github/workflows/changelog.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fetch-tags: true
8383
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
8484
with:
85-
version: "0.12.0"
85+
version: "0.12.1"
8686
- name: Run repomatic metadata
8787
id: metadata
8888
run: >
@@ -112,7 +112,7 @@ jobs:
112112
fetch-tags: true
113113
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
114114
with:
115-
version: "0.12.0"
115+
version: "0.12.1"
116116
- name: Fix changelog dates and admonitions
117117
env:
118118
GH_TOKEN: ${{ github.token }}
@@ -168,7 +168,7 @@ jobs:
168168
fetch-tags: true
169169
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
170170
with:
171-
version: "0.12.0"
171+
version: "0.12.1"
172172
- name: ${{ matrix.part }} version bump
173173
if: fromJSON(needs.metadata.outputs.metadata)[format('{0}_bump_allowed', matrix.part)]
174174
run: >
@@ -239,7 +239,7 @@ jobs:
239239
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
240240
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
241241
with:
242-
version: "0.12.0"
242+
version: "0.12.1"
243243
# --- Freeze commit: freeze everything to the release version. ---
244244
- name: Strip dev suffix for release
245245
# 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
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4747
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
4848
with:
49-
version: "0.12.0"
49+
version: "0.12.1"
5050
- name: Run repomatic metadata
5151
id: metadata
5252
run: >
@@ -76,5 +76,5 @@ jobs:
7676
- uses: crazy-max/ghaction-dump-context@4d9eeaf15dd59aa4346919ea84a84ccf514b4db8 # v3.1.0
7777
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
7878
with:
79-
version: "0.12.0"
79+
version: "0.12.1"
8080
- run: uvx --no-progress 'extra-platforms==13.5.1'

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 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.0"
51+
version: "0.12.1"
5252
- name: Run repomatic metadata
5353
id: metadata
5454
run: >
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7575
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
7676
with:
77-
version: "0.12.0"
77+
version: "0.12.1"
7878
- name: Install Graphviz and mandoc
7979
# Graphviz: backs the sphinx.ext.graphviz directive.
8080
# See: https://www.sphinx-doc.org/en/master/usage/extensions/graphviz.html
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
127127
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
128128
with:
129-
version: "0.12.0"
129+
version: "0.12.1"
130130
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
131131
with:
132132
path: ~/.cache/repomatic/bin

0 commit comments

Comments
 (0)