chore(deps): bump the actions group with 2 updates (#6047)
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](https://github.com/astral-sh/setup-uv/compare/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](https://github.com/scientific-python/upload-nightly-action/compare/5748273c71e2d8d3a61f3a11a16421c8954f9ecf...e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 33df484..05e7e52 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -191,7 +191,7 @@
allow-prereleases: true
- name: Install uv
- uses: astral-sh/setup-uv@v8.0.0
+ uses: astral-sh/setup-uv@v8.1.0
with:
enable-cache: true
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml
index e849421..fce9d14 100644
--- a/.github/workflows/configure.yml
+++ b/.github/workflows/configure.yml
@@ -56,7 +56,7 @@
python-version: 3.11
- name: Install uv
- uses: astral-sh/setup-uv@v8.0.0
+ uses: astral-sh/setup-uv@v8.1.0
- name: Prepare env
run: uv pip install --python=python --system -r tests/requirements.txt
diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml
index d7ab9b0..134a6af 100644
--- a/.github/workflows/nightlies.yml
+++ b/.github/workflows/nightlies.yml
@@ -25,7 +25,7 @@
fetch-depth: 0
- name: Install uv
- uses: astral-sh/setup-uv@v8.0.0
+ uses: astral-sh/setup-uv@v8.1.0
- name: Build SDist and wheels
run: |
@@ -53,7 +53,7 @@
run: ls -lha dist/*.whl
- name: Upload wheel to Anaconda Cloud as nightly
- uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3
+ uses: scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # 0.6.4
with:
artifacts_path: dist
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml
index c52857c..8950e9c 100644
--- a/.github/workflows/pip.yml
+++ b/.github/workflows/pip.yml
@@ -31,7 +31,7 @@
python-version: 3.8
- name: Install uv
- uses: astral-sh/setup-uv@v8.0.0
+ uses: astral-sh/setup-uv@v8.1.0
- name: Prepare env
run: uv pip install --system -r tests/requirements.txt
@@ -55,7 +55,7 @@
python-version: 3.8
- name: Install uv
- uses: astral-sh/setup-uv@v8.0.0
+ uses: astral-sh/setup-uv@v8.1.0
- name: Prepare env
run: uv pip install --system -r tests/requirements.txt twine nox
diff --git a/.github/workflows/reusable-standard.yml b/.github/workflows/reusable-standard.yml
index e53c275..091ce6c 100644
--- a/.github/workflows/reusable-standard.yml
+++ b/.github/workflows/reusable-standard.yml
@@ -51,7 +51,7 @@
run: brew install boost
- name: Install uv
- uses: astral-sh/setup-uv@v8.0.0
+ uses: astral-sh/setup-uv@v8.1.0
with:
enable-cache: true