Skip to content

Commit 487e43b

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [pypa/gh-action-pypi-publish@release/v1.10](https://github.com/pypa/gh-action-pypi-publish). Updates `astral-sh/setup-uv` from 4 to 5 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v5) Updates `pypa/gh-action-pypi-publish@release/v1.10` from 1.10 to 1.12 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@release/v1.10...release/v1.12) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish@release/v1.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad3a905 commit 487e43b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
allow-prereleases: true
5252

5353
- name: Install uv
54-
uses: astral-sh/setup-uv@v4
54+
uses: astral-sh/setup-uv@v5
5555
with:
5656
enable-cache: true
5757
cache-dependency-glob: tests/requirements/*.txt
@@ -82,7 +82,7 @@ jobs:
8282
python-version: '3.12'
8383

8484
- name: Install uv
85-
uses: astral-sh/setup-uv@v4
85+
uses: astral-sh/setup-uv@v5
8686

8787
- name: Install dependencies
8888
run: uv pip install --system coverage[toml]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: python-package-distributions
4949
path: dist/
5050
- name: Publish distribution 📦 to PyPI
51-
uses: pypa/gh-action-pypi-publish@release/v1.10
51+
uses: pypa/gh-action-pypi-publish@release/v1.12
5252

5353
github-release:
5454
name: >-

0 commit comments

Comments
 (0)