Skip to content

Commit 8185b71

Browse files
chore(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action). Updates `astral-sh/setup-uv` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v8.0.0...v8.1.0) Updates `scientific-python/upload-nightly-action` from 0.6.3 to 0.6.4 - [Release notes](https://github.com/scientific-python/upload-nightly-action/releases) - [Commits](scientific-python/upload-nightly-action@5748273...e76cfec) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: scientific-python/upload-nightly-action dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d433610 commit 8185b71

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
allow-prereleases: true
189189

190190
- name: Install uv
191-
uses: astral-sh/setup-uv@v8.0.0
191+
uses: astral-sh/setup-uv@v8.1.0
192192
with:
193193
enable-cache: true
194194

.github/workflows/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: 3.11
5757

5858
- name: Install uv
59-
uses: astral-sh/setup-uv@v8.0.0
59+
uses: astral-sh/setup-uv@v8.1.0
6060

6161
- name: Prepare env
6262
run: uv pip install --python=python --system -r tests/requirements.txt

.github/workflows/nightlies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Install uv
28-
uses: astral-sh/setup-uv@v8.0.0
28+
uses: astral-sh/setup-uv@v8.1.0
2929

3030
- name: Build SDist and wheels
3131
run: |
@@ -53,7 +53,7 @@ jobs:
5353
run: ls -lha dist/*.whl
5454

5555
- name: Upload wheel to Anaconda Cloud as nightly
56-
uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3
56+
uses: scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # 0.6.4
5757
with:
5858
artifacts_path: dist
5959
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: 3.8
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@v8.0.0
34+
uses: astral-sh/setup-uv@v8.1.0
3535

3636
- name: Prepare env
3737
run: uv pip install --system -r tests/requirements.txt
@@ -55,7 +55,7 @@ jobs:
5555
python-version: 3.8
5656

5757
- name: Install uv
58-
uses: astral-sh/setup-uv@v8.0.0
58+
uses: astral-sh/setup-uv@v8.1.0
5959

6060
- name: Prepare env
6161
run: uv pip install --system -r tests/requirements.txt twine nox

.github/workflows/reusable-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: brew install boost
5252

5353
- name: Install uv
54-
uses: astral-sh/setup-uv@v8.0.0
54+
uses: astral-sh/setup-uv@v8.1.0
5555
with:
5656
enable-cache: true
5757

0 commit comments

Comments
 (0)