Skip to content

Commit 41f11ad

Browse files
github-actions[bot]kdeldycke
authored andcommitted
Sync workflow pins
1 parent 4716232 commit 41f11ad

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.1"
37+
version: "0.12.2"
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
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6868
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
6969
with:
70-
version: "0.12.1"
70+
version: "0.12.2"
7171
- name: Extract PR reference
7272
id: extract
7373
env:
@@ -124,7 +124,7 @@ jobs:
124124
run: git log --decorate=full --oneline
125125
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
126126
with:
127-
version: "0.12.1"
127+
version: "0.12.2"
128128
- name: Run repomatic metadata
129129
id: metadata
130130
run: >
@@ -160,7 +160,7 @@ jobs:
160160
|| github.sha }}
161161
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
162162
with:
163-
version: "0.12.1"
163+
version: "0.12.2"
164164
- name: Check dependency sources
165165
run: >
166166
uv --no-progress run --frozen -- repomatic lint-deps
@@ -190,7 +190,7 @@ jobs:
190190
ref: ${{ matrix.commit }}
191191
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
192192
with:
193-
version: "0.12.1"
193+
version: "0.12.2"
194194
# Bakes the tag SHA into the CLI module so a built artifact can report the
195195
# commit it came from. Gated on `cli_scripts` because click-extra locates that
196196
# 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
@@ -61,7 +61,7 @@ jobs:
6161
run: git log --decorate=full --oneline
6262
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
6363
with:
64-
version: "0.12.1"
64+
version: "0.12.2"
6565
- name: Run repomatic metadata
6666
id: metadata
6767
run: >
@@ -137,7 +137,7 @@ jobs:
137137
ref: ${{ matrix.commit }}
138138
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
139139
with:
140-
version: "0.12.1"
140+
version: "0.12.2"
141141
# Persist the Nuitka compile caches across runs: ccache objects on gcc
142142
# targets, Nuitka's internal clcache objects on MSVC, plus downloads
143143
# and demoted-module bytecode. The per-commit key never hits exactly,
@@ -451,7 +451,7 @@ jobs:
451451
run: chmod +x "${DOWNLOAD_PATH}/${BIN_NAME}"
452452
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
453453
with:
454-
version: "0.12.1"
454+
version: "0.12.2"
455455
- name: Run test suite for binary
456456
env:
457457
DOWNLOAD_PATH: ${{ steps.artifacts.outputs.download-path }}
@@ -497,7 +497,7 @@ jobs:
497497
token: ${{ secrets.REPOMATIC_PAT || github.token }}
498498
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
499499
with:
500-
version: "0.12.1"
500+
version: "0.12.2"
501501
- name: Create and push tag
502502
# Idempotent: skips if tag already exists instead of failing. This allows re-running
503503
# workflows interrupted after tag creation.
@@ -532,7 +532,7 @@ jobs:
532532
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
533533
with:
534534
enable-cache: false
535-
version: "0.12.1"
535+
version: "0.12.2"
536536
- name: Download Python package
537537
# Do not fetch build artifacts for non-Python projects (no wheel built).
538538
if: fromJSON(needs.metadata.outputs.metadata).is_python_project
@@ -609,7 +609,7 @@ jobs:
609609
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
610610
with:
611611
enable-cache: false
612-
version: "0.12.1"
612+
version: "0.12.2"
613613
- name: Install project
614614
run: uv --no-progress sync --frozen
615615
- name: Generate man pages
@@ -697,7 +697,7 @@ jobs:
697697
ref: ${{ matrix.commit }}
698698
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
699699
with:
700-
version: "0.12.1"
700+
version: "0.12.2"
701701
- name: Download asset artifacts
702702
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
703703
with:
@@ -804,7 +804,7 @@ jobs:
804804
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
805805
if: needs.compile-binaries.result != 'skipped'
806806
with:
807-
version: "0.12.1"
807+
version: "0.12.2"
808808
- name: Upload binaries and attestation bundles to release
809809
# Exclude Python packages (.tar.gz, .whl) already uploaded by create-release.
810810
# Each versioned binary is also uploaded under a versionless alias
@@ -871,7 +871,7 @@ jobs:
871871
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
872872
with:
873873
enable-cache: false
874-
version: "0.12.1"
874+
version: "0.12.2"
875875
- name: Download release binaries
876876
# Versioned patterns leave out the versionless alias copies, which
877877
# share their digest with a versioned sibling and would only submit
@@ -956,7 +956,7 @@ jobs:
956956
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
957957
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
958958
with:
959-
version: "0.12.1"
959+
version: "0.12.2"
960960
- name: Download all build artifacts
961961
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
962962
with:
@@ -989,7 +989,7 @@ jobs:
989989
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
990990
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
991991
with:
992-
version: "0.12.1"
992+
version: "0.12.2"
993993
- name: Generate graph
994994
# Package name and output path are auto-detected from pyproject.toml.
995995
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
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5757
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5858
with:
59-
version: "0.12.1"
59+
version: "0.12.2"
6060
- name: Manage setup guide issue
6161
env:
6262
GH_TOKEN: ${{ secrets.REPOMATIC_PAT || github.token }}
@@ -81,7 +81,7 @@ jobs:
8181
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8282
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
8383
with:
84-
version: "0.12.1"
84+
version: "0.12.2"
8585
- name: Manage runner images issue
8686
env:
8787
GH_TOKEN: ${{ secrets.REPOMATIC_PAT || github.token }}
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
112112
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
113113
with:
114-
version: "0.12.1"
114+
version: "0.12.2"
115115
- name: Run repomatic metadata
116116
id: metadata
117117
run: >
@@ -138,7 +138,7 @@ jobs:
138138
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
139139
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
140140
with:
141-
version: "0.12.1"
141+
version: "0.12.2"
142142
- name: Run autopep8
143143
if: fromJSON(needs.metadata.outputs.metadata).python_files
144144
# Ruff is not wrapping comments: https://github.com/astral-sh/ruff/issues/7414
@@ -181,7 +181,7 @@ jobs:
181181
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
182182
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
183183
with:
184-
version: "0.12.1"
184+
version: "0.12.2"
185185
- name: Run pyproject-fmt
186186
# pyproject-fmt returns exit code 1 when it reformats the file, but
187187
# xargs translates any non-zero child exit to 123. Accept both 0 and
@@ -220,7 +220,7 @@ jobs:
220220
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
221221
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
222222
with:
223-
version: "0.12.1"
223+
version: "0.12.2"
224224
# Shares the `format-shell` job's shfmt cache: mdformat pulls the same
225225
# pinned binary through its `path_tools`, keyed off the registry file that
226226
# pins it.
@@ -263,7 +263,7 @@ jobs:
263263
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
264264
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
265265
with:
266-
version: "0.12.1"
266+
version: "0.12.2"
267267
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
268268
with:
269269
path: ~/.cache/repomatic/bin
@@ -297,7 +297,7 @@ jobs:
297297
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
298298
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
299299
with:
300-
version: "0.12.1"
300+
version: "0.12.2"
301301
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
302302
with:
303303
path: ~/.cache/repomatic/bin
@@ -343,7 +343,7 @@ jobs:
343343
token: ${{ secrets.REPOMATIC_PAT || github.token }}
344344
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
345345
with:
346-
version: "0.12.1"
346+
version: "0.12.2"
347347
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
348348
with:
349349
path: ~/.cache/repomatic/bin
@@ -374,7 +374,7 @@ jobs:
374374
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
375375
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
376376
with:
377-
version: "0.12.1"
377+
version: "0.12.2"
378378
- id: fix
379379
name: Fix vulnerable dependencies
380380
# GH_TOKEN lets repomatic query the GitHub Advisory Database via the
@@ -414,7 +414,7 @@ jobs:
414414
token: ${{ secrets.REPOMATIC_PAT || github.token }}
415415
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
416416
with:
417-
version: "0.12.1"
417+
version: "0.12.2"
418418
- name: Sync repomatic-managed files
419419
run: >
420420
uv --no-progress run --frozen -- repomatic init
@@ -439,7 +439,7 @@ jobs:
439439
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
440440
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
441441
with:
442-
version: "0.12.1"
442+
version: "0.12.2"
443443
# oxipng is no longer installed here: `format-images` pulls it from the
444444
# `repomatic run` registry, pinned and checksum-verified, where this step
445445
# used to `dpkg --install` an unverified .deb fetched by hand. jpegoptim
@@ -482,7 +482,7 @@ jobs:
482482
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
483483
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
484484
with:
485-
version: "0.12.1"
485+
version: "0.12.2"
486486
- name: Sync .gitignore
487487
run: uv --no-progress run --frozen -- repomatic sync-gitignore
488488
- name: Sync pull request
@@ -506,7 +506,7 @@ jobs:
506506
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
507507
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
508508
with:
509-
version: "0.12.1"
509+
version: "0.12.2"
510510
- name: Sync bumpversion config
511511
run: uv --no-progress run --frozen -- repomatic sync-bumpversion
512512
- name: Sync pull request
@@ -531,7 +531,7 @@ jobs:
531531
fetch-depth: 0
532532
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
533533
with:
534-
version: "0.12.1"
534+
version: "0.12.2"
535535
- name: Sync .mailmap
536536
run: uv --no-progress run --frozen -- repomatic sync-mailmap --skip-if-missing
537537
- name: Sync pull request
@@ -587,7 +587,7 @@ jobs:
587587
token: ${{ secrets.REPOMATIC_PAT || github.token }}
588588
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
589589
with:
590-
version: "0.12.1"
590+
version: "0.12.2"
591591
# Persist repomatic's HTTP cache (PyPI/GitHub/npm release metadata) across
592592
# runs; this mainly speeds up bursts of pushes. TTL-gating bounds staleness
593593
# at a day rather than preventing it, so a restored cache can miss a
@@ -723,7 +723,7 @@ jobs:
723723
fetch-depth: 0
724724
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
725725
with:
726-
version: "0.12.1"
726+
version: "0.12.2"
727727
- name: Update docs
728728
# Runs sphinx-apidoc, converts RST stubs to MyST if applicable, runs docs/docs_update.py, then
729729
# 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
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3737
with:
38-
version: "0.12.1"
38+
version: "0.12.2"
3939
- name: Lock inactive threads
4040
# Window, comments, lock reason and the bot-issue exclusion are all
4141
# 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
@@ -48,7 +48,7 @@ jobs:
4848
# invalidate.
4949
enable-cache: false
5050
ignore-empty-workdir: true
51-
version: "0.12.1"
51+
version: "0.12.2"
5252
- name: Cancel in-progress runs for PR branch
5353
env:
5454
GH_TOKEN: ${{ github.token }}

.github/workflows/changelog.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
fetch-tags: true
8484
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
8585
with:
86-
version: "0.12.1"
86+
version: "0.12.2"
8787
- name: Run repomatic metadata
8888
id: metadata
8989
run: >
@@ -113,7 +113,7 @@ jobs:
113113
fetch-tags: true
114114
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
115115
with:
116-
version: "0.12.1"
116+
version: "0.12.2"
117117
- name: Fix changelog dates and admonitions
118118
env:
119119
GH_TOKEN: ${{ github.token }}
@@ -159,7 +159,7 @@ jobs:
159159
fetch-tags: true
160160
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
161161
with:
162-
version: "0.12.1"
162+
version: "0.12.2"
163163
- name: ${{ matrix.part }} version bump
164164
if: fromJSON(needs.metadata.outputs.metadata)[format('{0}_bump_allowed', matrix.part)]
165165
run: >
@@ -230,7 +230,7 @@ jobs:
230230
token: ${{ secrets.REPOMATIC_PAT || github.token }}
231231
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
232232
with:
233-
version: "0.12.1"
233+
version: "0.12.2"
234234
# --- Freeze commit: freeze everything to the release version. ---
235235
- name: Strip dev suffix for release
236236
# 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
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4848
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
4949
with:
50-
version: "0.12.1"
50+
version: "0.12.2"
5151
- name: Run repomatic metadata
5252
id: metadata
5353
run: >
@@ -139,5 +139,5 @@ jobs:
139139
echo "::endgroup::"
140140
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
141141
with:
142-
version: "0.12.1"
142+
version: "0.12.2"
143143
- 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
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5050
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5151
with:
52-
version: "0.12.1"
52+
version: "0.12.2"
5353
- name: Run repomatic metadata
5454
id: metadata
5555
run: >
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7676
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
7777
with:
78-
version: "0.12.1"
78+
version: "0.12.2"
7979
- name: Install Graphviz and mandoc
8080
# Graphviz: backs the sphinx.ext.graphviz directive.
8181
# See: https://www.sphinx-doc.org/en/master/usage/extensions/graphviz.html
@@ -129,7 +129,7 @@ jobs:
129129
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
130130
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
131131
with:
132-
version: "0.12.1"
132+
version: "0.12.2"
133133
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
134134
with:
135135
path: ~/.cache/repomatic/bin

0 commit comments

Comments
 (0)