Skip to content

Commit b0c949a

Browse files
ci: Bump the actions group with 2 updates (#413)
1 parent a2febef commit b0c949a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
allow-prereleases: true
42-
- uses: astral-sh/setup-uv@v3
42+
- uses: astral-sh/setup-uv@v4
4343
with:
4444
version: ">=0.4.18"
4545
- run: uv tool install tox

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
file_glob: true
3838

3939
- name: Publish
40-
uses: pypa/gh-action-pypi-publish@v1.11.0
40+
uses: pypa/gh-action-pypi-publish@v1.12.2
4141
# with:
4242
# attestations: true

0 commit comments

Comments
 (0)