Skip to content

Commit c467473

Browse files
fix(deps): update github-actions (#179)
Co-authored-by: jr200-labs-cicd-bot[bot] <273732104+jr200-labs-cicd-bot[bot]@users.noreply.github.com>
1 parent 9f228b8 commit c467473

8 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/build_quarto_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ inputs.checkout-ref }}
4141
fetch-depth: 0
4242

43-
- uses: astral-sh/setup-uv@v8.1.0
43+
- uses: astral-sh/setup-uv@v8.2.0
4444

4545
- uses: quarto-dev/quarto-actions/setup@v2.2.0
4646

.github/workflows/build_uv_python_wheel_pure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ref: ${{ inputs.checkout-ref }}
4747

4848
- name: Install uv
49-
uses: astral-sh/setup-uv@v8.1.0
49+
uses: astral-sh/setup-uv@v8.2.0
5050

5151
- name: Install Python and dependencies
5252
run: |

.github/workflows/build_uv_sphinx_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ inputs.checkout-ref }}
4141

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@v8.1.0
43+
uses: astral-sh/setup-uv@v8.2.0
4444

4545
- name: Install Python and dependencies
4646
run: |

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Node
4848
uses: actions/setup-node@v6
4949
with:
50-
node-version: '24.15.0'
50+
node-version: '24.16.0'
5151

5252
- name: Validate Renovate config
5353
run: |

.github/workflows/ci_uv_python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ref: ${{ inputs.checkout-ref }}
5151

5252
- name: Install uv
53-
uses: astral-sh/setup-uv@v8.1.0
53+
uses: astral-sh/setup-uv@v8.2.0
5454

5555
- name: Check if private git deps auth is configured
5656
id: check-git-auth

.github/workflows/publish_uv_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ref: ${{ inputs.checkout-ref }}
3838

3939
- name: Install uv
40-
uses: astral-sh/setup-uv@v8.1.0
40+
uses: astral-sh/setup-uv@v8.2.0
4141

4242
- name: Build wheel
4343
run: uv build ${{ inputs.build-args }}

.github/workflows/release_please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Set up uv for release PR lockfiles
138138
if: steps.release.outputs.release_created != 'true'
139-
uses: astral-sh/setup-uv@v8.1.0
139+
uses: astral-sh/setup-uv@v8.2.0
140140

141141
- name: Refresh uv.lock on release PR
142142
if: steps.release.outputs.release_created != 'true'

.github/workflows/run_integration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
sudo apt-get install -y --no-install-recommends libmariadb-dev build-essential
135135
136136
- name: Install uv
137-
uses: astral-sh/setup-uv@v8.1.0
137+
uses: astral-sh/setup-uv@v8.2.0
138138

139139
- name: Install Python and sync dependencies
140140
env:

0 commit comments

Comments
 (0)