Skip to content

Commit 613511b

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action), [pypa/gh-action-pypi-publish@release/v1.13](https://github.com/pypa/gh-action-pypi-publish) and [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python). Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) Updates `pypa/gh-action-pypi-publish@release/v1.13` from 1.13 to 1.14 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@release/v1.13...release/v1.14) Updates `sigstore/gh-action-sigstore-python` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md) - [Commits](sigstore/gh-action-sigstore-python@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish@release/v1.13 dependency-version: '1.14' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99f619f commit 613511b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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)