Skip to content

Commit ae55ce7

Browse files
build(deps): bump the actions group with 2 updates (#348)
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/checkout` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.3</h2> <h2>What's Changed</h2> <ul> <li>Update changelog by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2357">actions/checkout#2357</a></li> <li>fix: expand merge commit SHA regex and add SHA-256 test cases by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> <li>Fix checkout init for SHA-256 repositories by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2439">actions/checkout#2439</a></li> <li>Update changelog for v6.0.3 by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2446">actions/checkout#2446</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yaananth"><code>@​yaananth</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v6...v6.0.3">https://github.com/actions/checkout/compare/v6...v6.0.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h2>v6.0.3</h2> <ul> <li>Fix checkout init for SHA-256 repositories by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2439">actions/checkout#2439</a></li> <li>fix: expand merge commit SHA regex and add SHA-256 test cases by <a href="https://github.com/yaananth"><code>@​yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10"><code>df4cb1c</code></a> Update changelog for v6.0.3 (<a href="https://redirect.github.com/actions/checkout/issues/2446">#2446</a>)</li> <li><a href="https://github.com/actions/checkout/commit/1cce3390c2bfda521930d01229c073c7ff920824"><code>1cce339</code></a> Fix checkout init for SHA-256 repositories (<a href="https://redirect.github.com/actions/checkout/issues/2439">#2439</a>)</li> <li><a href="https://github.com/actions/checkout/commit/900f2210b1d28bbbd0bd22d17926b9e224e8f231"><code>900f221</code></a> fix: expand merge commit SHA regex and add SHA-256 test cases (<a href="https://redirect.github.com/actions/checkout/issues/2414">#2414</a>)</li> <li><a href="https://github.com/actions/checkout/commit/0c366fd6a839edf440554fa01a7085ccba70ac98"><code>0c366fd</code></a> Update changelog (<a href="https://redirect.github.com/actions/checkout/issues/2357">#2357</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v6.0.2...v6.0.3">compare view</a></li> </ul> </details> <br /> Updates `astral-sh/setup-uv` from 8.1.0 to 8.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's releases</a>.</em></p> <blockquote> <h2>v8.2.0 🌈 New inputs <code>quiet</code> and <code>download-from-astral-mirror</code></h2> <h2>Changes</h2> <p>This release brings two new inputs and a few bug fixes.</p> <h3>New inputs</h3> <p>Lets talk about the new inputs first.</p> <h4>quiet</h4> <p>Pretty simple. It turns of all <code>info</code> loggings. Useful if you use this in a composite action and are not interested in all the details. In the upcoming releases we will add log groups to fully implement support for &quot;less noise&quot;</p> <blockquote> <p>[!NOTE]<br /> Warnings and errors are always logged.</p> </blockquote> <h4>download-from-astral-mirror</h4> <p>In some cases you may want to directly use the fallback of checking for available versions and downloading releases from GitHub instead of using the astral.sh mirror. Setting <code>download-from-astral-mirror: false</code> allows you to do that.</p> <h3>Bugfixes</h3> <p>When using the astral.sh mirror to query available versions and download releases (done by default) we now stop sending the GitHub token in the header. The mirror never looked at it but we shouldn't be handing out that data even if it is just a short lived token. All other bugfixes try to limit the impact of failed GitHub queries due to retries and other faults.</p> <p>We couldn't pinpoint all rootcauses yet but added more logging for error cases to track them down.</p> <h2>🐛 Bug fixes</h2> <ul> <li>fix: report unexpected cache save failures <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/896">#896</a>)</li> <li>fix: report unexpected setup failures <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/895">#895</a>)</li> <li>fix: add timeout to fetch to prevent silent hangs <a href="https://github.com/eifinger-bot"><code>@​eifinger-bot</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/883">#883</a>)</li> <li>Limit GitHub tokens to github.com download URLs <a href="https://github.com/zsol"><code>@​zsol</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/878">#878</a>)</li> <li>increase libuv-workaround timeout to 100ms <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/880">#880</a>)</li> </ul> <h2>🚀 Enhancements</h2> <ul> <li>Add quiet input to suppress info-level log output <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/898">#898</a>)</li> <li>feat: add <code>download-from-astral-mirror</code> input <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/897">#897</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>docs: update dependabot rollup biome guidance <a href="https://github.com/eifinger"><code>@​eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/902">#902</a>)</li> <li>chore: update known checksums for 0.11.18 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/899">#899</a>)</li> <li>chore: update known checksums for 0.11.17 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/892">#892</a>)</li> <li>chore: update known checksums for 0.11.16 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/889">#889</a>)</li> <li>chore: update known checksums for 0.11.15 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/885">#885</a>)</li> <li>chore: update known checksums for 0.11.14 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/879">#879</a>)</li> <li>chore: update known checksums for 0.11.13 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/877">#877</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/setup-uv/commit/fac544c07dec837d0ccb6301d7b5580bf5edae39"><code>fac544c</code></a> chore(deps): roll up dependabot updates (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/903">#903</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/7390f777b051d6c47c9cb905ff80e7d5d85a7068"><code>7390f77</code></a> docs: update dependabot rollup biome guidance (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/902">#902</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/363c64a728451954156ddb9e3f368b879eeee5da"><code>363c64a</code></a> chore(deps): roll up dependabot updates (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/901">#901</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/c4fcbafce4f941a09e04c45c42db7a2e3ba5cd91"><code>c4fcbaf</code></a> chore(deps): bump release-drafter/release-drafter from 7.3.0 to 7.3.1 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/900">#900</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/8e642c5e623b521f8b6b15bbc2ba54bae583fe45"><code>8e642c5</code></a> chore: update known checksums for 0.11.18 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/899">#899</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/a92cb430984b4b2b34c9c47e020cf035089958fa"><code>a92cb43</code></a> Add quiet input to suppress info-level log output (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/898">#898</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/e07f2ac4b796a5fa8dc51ebf0a5187d0463eb4d6"><code>e07f2ac</code></a> chore(deps): bump eifinger/actionlint-action from 1.10.1 to 1.10.2 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/842">#842</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/bc4034eedf3a6f77238660a28089c6b201eae39f"><code>bc4034e</code></a> chore(deps): bump github/codeql-action from 4.35.4 to 4.36.0 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/893">#893</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/df42d4f6ba41cdcf6eda832c32439db37cc28b39"><code>df42d4f</code></a> chore(deps): bump zizmorcore/zizmor-action from 0.5.5 to 0.5.6 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/891">#891</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/b9c8c4c7baf912cbda30843477d08b3f63b0f660"><code>b9c8c4c</code></a> feat: add <code>download-from-astral-mirror</code> input (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/897">#897</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/setup-uv/compare/08807647e7069bb48b6ef5acd8ec9567f424441b...fac544c07dec837d0ccb6301d7b5580bf5edae39">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6ff9bd commit ae55ce7

8 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
BIN: target/release/cpp-linter
4545
steps:
4646
- name: Checkout ${{ matrix.name }}
47-
uses: actions/checkout@v6.0.2
47+
uses: actions/checkout@v6.0.3
4848
with:
4949
ref: ${{ matrix.commit }}
5050
persist-credentials: false
@@ -82,7 +82,7 @@ jobs:
8282
# build-py-binding:
8383
# runs-on: ubuntu-latest
8484
# steps:
85-
# - uses: actions/checkout@v6.0.2
85+
# - uses: actions/checkout@v6.0.3
8686
# with:
8787
# persist-credentials: false
8888
# - name: Set up Python
@@ -112,11 +112,11 @@ jobs:
112112
needs: [build-bin] #, build-py-binding]
113113
runs-on: ubuntu-latest
114114
steps:
115-
- uses: actions/checkout@v6.0.2
115+
- uses: actions/checkout@v6.0.3
116116
with:
117117
persist-credentials: false
118118
- name: Checkout libgit2
119-
uses: actions/checkout@v6.0.2
119+
uses: actions/checkout@v6.0.3
120120
with:
121121
repository: libgit2/libgit2
122122
ref: v1.8.1
@@ -137,7 +137,7 @@ jobs:
137137
- name: Install nushell
138138
uses: hustcer/setup-nu@92c296ba1ba2ba04cc948ab64ddefe192dc13f0c # v3.23
139139
- name: Install uv
140-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
140+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
141141

142142
- name: Run benchmark script
143143
working-directory: benchmark

.github/workflows/binary-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
contents: write
9696
steps:
9797
- name: Checkout
98-
uses: actions/checkout@v6.0.2
98+
uses: actions/checkout@v6.0.3
9999
with:
100100
persist-credentials: false
101101

@@ -191,7 +191,7 @@ jobs:
191191
id-token: write
192192
contents: write
193193
steps:
194-
- uses: actions/checkout@v6.0.2
194+
- uses: actions/checkout@v6.0.3
195195
with:
196196
persist-credentials: false
197197
- name: Install Rust

.github/workflows/build-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache-deps:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v6.0.2
36+
- uses: actions/checkout@v6.0.3
3737
with:
3838
persist-credentials: false
3939
- run: rustup update --no-self-update
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
needs: [cache-deps, seed-build-script]
5454
steps:
55-
- uses: actions/checkout@v6.0.2
55+
- uses: actions/checkout@v6.0.3
5656
with:
5757
persist-credentials: false
5858
- name: Cache .cargo locked resources
@@ -61,7 +61,7 @@ jobs:
6161
path: ~/.cargo
6262
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
6363
- name: Install uv
64-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
64+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
6565
- name: Install cargo-binstall
6666
uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1
6767
env:
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
needs: [cache-deps, seed-build-script]
8989
steps:
90-
- uses: actions/checkout@v6.0.2
90+
- uses: actions/checkout@v6.0.3
9191
with:
9292
persist-credentials: false
9393
- run: rustup update --no-self-update
@@ -97,7 +97,7 @@ jobs:
9797
path: ~/.cargo
9898
key: ${{ runner.os }}-docs-cargo-${{ hashFiles('Cargo.lock') }}
9999
- name: Install uv
100-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
100+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
101101
- name: Install cargo-binstall
102102
uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1
103103
env:

.github/workflows/bump-n-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v6.0.2
48+
uses: actions/checkout@v6.0.3
4949
with:
5050
token: ${{ secrets.BUMP_N_RELEASE }}
5151
fetch-depth: 0
@@ -88,7 +88,7 @@ jobs:
8888
outputs:
8989
pkgs: ${{ steps.get-pkgs.outputs.pkgs }}
9090
steps:
91-
- uses: actions/checkout@v6.0.2
91+
- uses: actions/checkout@v6.0.3
9292
with:
9393
fetch-depth: 0
9494
persist-credentials: false
@@ -114,7 +114,7 @@ jobs:
114114
matrix:
115115
pkg: ${{ fromJSON(needs.get-changed-pkgs.outputs.pkgs) }}
116116
steps:
117-
- uses: actions/checkout@v6.0.2
117+
- uses: actions/checkout@v6.0.3
118118
with:
119119
fetch-depth: 0
120120
fetch-tags: true

.github/workflows/node-js-packaging.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
name: Build ${{ matrix.settings.target }}
8282
runs-on: ${{ matrix.settings.host }}
8383
steps:
84-
- uses: actions/checkout@v6.0.2
84+
- uses: actions/checkout@v6.0.3
8585
with:
8686
persist-credentials: false
8787
- name: Setup node
@@ -147,7 +147,7 @@ jobs:
147147
runs-on: ubuntu-latest
148148
name: Build FreeBSD
149149
steps:
150-
- uses: actions/checkout@v6.0.2
150+
- uses: actions/checkout@v6.0.3
151151
with:
152152
persist-credentials: false
153153
- name: setup FreeBSD VM
@@ -221,7 +221,7 @@ jobs:
221221
- '24'
222222
runs-on: ${{ matrix.settings.host }}
223223
steps:
224-
- uses: actions/checkout@v6.0.2
224+
- uses: actions/checkout@v6.0.3
225225
with:
226226
persist-credentials: false
227227
- name: Setup node
@@ -263,7 +263,7 @@ jobs:
263263
node: '24' # no docker image node:24-slim for armv7
264264
runs-on: ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
265265
steps:
266-
- uses: actions/checkout@v6.0.2
266+
- uses: actions/checkout@v6.0.3
267267
with:
268268
persist-credentials: false
269269
- name: Setup node
@@ -335,7 +335,7 @@ jobs:
335335
- test-macOS-windows-binding
336336
- test-linux-binding
337337
steps:
338-
- uses: actions/checkout@v6.0.2
338+
- uses: actions/checkout@v6.0.3
339339
with:
340340
persist-credentials: false
341341
- name: Setup node

.github/workflows/pre-commit-hooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
RUST_BACKTRACE: 1
2323

2424
steps:
25-
- uses: actions/checkout@v6.0.2
25+
- uses: actions/checkout@v6.0.3
2626
with:
2727
persist-credentials: false
2828
- run: rustup update
@@ -39,7 +39,7 @@ jobs:
3939
lint-js:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v6.0.2
42+
- uses: actions/checkout@v6.0.3
4343
with:
4444
persist-credentials: false
4545
- uses: actions/setup-node@v6

.github/workflows/python-packaging.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# - runner: ubuntu-latest
7171
# target: ppc64le
7272
steps:
73-
- uses: actions/checkout@v6.0.2
73+
- uses: actions/checkout@v6.0.3
7474
with:
7575
persist-credentials: false
7676
- uses: actions/setup-python@v6
@@ -108,7 +108,7 @@ jobs:
108108
- runner: windows-latest
109109
target: x86
110110
steps:
111-
- uses: actions/checkout@v6.0.2
111+
- uses: actions/checkout@v6.0.3
112112
with:
113113
persist-credentials: false
114114
- uses: actions/setup-python@v6
@@ -144,7 +144,7 @@ jobs:
144144
- runner: macos-15
145145
target: aarch64
146146
steps:
147-
- uses: actions/checkout@v6.0.2
147+
- uses: actions/checkout@v6.0.3
148148
with:
149149
persist-credentials: false
150150
- uses: actions/setup-python@v6
@@ -170,7 +170,7 @@ jobs:
170170
sdist:
171171
runs-on: ubuntu-latest
172172
steps:
173-
- uses: actions/checkout@v6.0.2
173+
- uses: actions/checkout@v6.0.3
174174
with:
175175
persist-credentials: false
176176
- uses: actions/setup-python@v6

.github/workflows/run-dev-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
runs-on: ${{ matrix.os }}
4444
steps:
45-
- uses: actions/checkout@v6.0.2
45+
- uses: actions/checkout@v6.0.3
4646
with:
4747
persist-credentials: false
4848

@@ -76,7 +76,7 @@ jobs:
7676
python-version: 3.x
7777

7878
- name: Install uv
79-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
79+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
8080
with:
8181
enable-cache: true
8282
cache-dependency-glob: "uv.lock"

0 commit comments

Comments
 (0)