Skip to content

Commit 385df20

Browse files
Bump the github-actions group with 3 updates (#9952)
1 parent 7cd13e2 commit 385df20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
tox -e base,dist,docs
8383
8484
- name: Upload coverage
85-
uses: codecov/codecov-action@v5
85+
uses: codecov/codecov-action@v6
8686
with:
8787
env_vars: TOXENV,DJANGO
8888

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
name: python-package-distributions
5959
path: dist/
6060
- name: Publish distribution 📦 to TestPyPI
61-
uses: pypa/gh-action-pypi-publish@release/v1.13
61+
uses: pypa/gh-action-pypi-publish@release/v1.14
6262
with:
6363
repository-url: https://test.pypi.org/legacy/
6464
skip-existing: true
@@ -81,7 +81,7 @@ jobs:
8181
name: python-package-distributions
8282
path: dist/
8383
- name: Publish distribution 📦 to PyPI
84-
uses: pypa/gh-action-pypi-publish@release/v1.13
84+
uses: pypa/gh-action-pypi-publish@release/v1.14
8585

8686
github-release:
8787
name: >-
@@ -100,7 +100,7 @@ jobs:
100100
name: python-package-distributions
101101
path: dist/
102102
- name: Sign the dists with Sigstore
103-
uses: sigstore/gh-action-sigstore-python@v3.2.0
103+
uses: sigstore/gh-action-sigstore-python@v3.3.0
104104
with:
105105
inputs: >-
106106
./dist/*.tar.gz

0 commit comments

Comments
 (0)