Skip to content

Commit 6c976d1

Browse files
ci: bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `pypa/gh-action-pypi-publish` from 1.11.0 to 1.12.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.3) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28c42d4 commit 6c976d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
file_glob: true
3535

3636
- name: Publish
37-
uses: pypa/gh-action-pypi-publish@v1.11.0
37+
uses: pypa/gh-action-pypi-publish@v1.12.3

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Create coverage XML report
146146
run: |
147147
hatch run xml
148-
- uses: codecov/codecov-action@v4
148+
- uses: codecov/codecov-action@v5
149149
with:
150150
fail_ci_if_error: true
151151
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)