Skip to content

Commit 160fbf8

Browse files
Bump the actions group with 2 updates (#8804)
Bumps the actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `codecov/codecov-action` from 4.0.2 to 4.1.0 - [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.0.2...v4.1.0) Updates `pypa/gh-action-pypi-publish` from 1.8.11 to 1.8.12 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.11...v1.8.12) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 604bb6d commit 160fbf8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
129129
130130
- name: Upload mypy coverage to Codecov
131-
uses: codecov/codecov-action@v4.0.2
131+
uses: codecov/codecov-action@v4.1.0
132132
with:
133133
file: mypy_report/cobertura.xml
134134
flags: mypy
@@ -182,7 +182,7 @@ jobs:
182182
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
183183
184184
- name: Upload mypy coverage to Codecov
185-
uses: codecov/codecov-action@v4.0.2
185+
uses: codecov/codecov-action@v4.1.0
186186
with:
187187
file: mypy_report/cobertura.xml
188188
flags: mypy39
@@ -243,7 +243,7 @@ jobs:
243243
python -m pyright xarray/
244244
245245
- name: Upload pyright coverage to Codecov
246-
uses: codecov/codecov-action@v4.0.2
246+
uses: codecov/codecov-action@v4.1.0
247247
with:
248248
file: pyright_report/cobertura.xml
249249
flags: pyright
@@ -302,7 +302,7 @@ jobs:
302302
python -m pyright xarray/
303303
304304
- name: Upload pyright coverage to Codecov
305-
uses: codecov/codecov-action@v4.0.2
305+
uses: codecov/codecov-action@v4.1.0
306306
with:
307307
file: pyright_report/cobertura.xml
308308
flags: pyright39

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
path: pytest.xml
144144

145145
- name: Upload code coverage to Codecov
146-
uses: codecov/codecov-action@v4.0.2
146+
uses: codecov/codecov-action@v4.1.0
147147
with:
148148
file: ./coverage.xml
149149
flags: unittests

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
path: dist
8989
- name: Publish package to TestPyPI
9090
if: github.event_name == 'push'
91-
uses: pypa/[email protected].11
91+
uses: pypa/[email protected].12
9292
with:
9393
repository_url: https://test.pypi.org/legacy/
9494
verbose: true
@@ -111,6 +111,6 @@ jobs:
111111
name: releases
112112
path: dist
113113
- name: Publish package to PyPI
114-
uses: pypa/[email protected].11
114+
uses: pypa/[email protected].12
115115
with:
116116
verbose: true

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: |
144144
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
145145
- name: Upload mypy coverage to Codecov
146-
uses: codecov/codecov-action@v4.0.2
146+
uses: codecov/codecov-action@v4.1.0
147147
with:
148148
file: mypy_report/cobertura.xml
149149
flags: mypy

0 commit comments

Comments
 (0)