Skip to content

Commit 32e1f33

Browse files
Bump the actions group with 2 updates (#9130)
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.4.1 to 4.5.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.4.1...v4.5.0) Updates `pypa/gh-action-pypi-publish` from 1.8.14 to 1.9.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.9.0) --- 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-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ac8394 commit 32e1f33

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
@@ -130,7 +130,7 @@ jobs:
130130
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
131131
132132
- name: Upload mypy coverage to Codecov
133-
uses: codecov/codecov-action@v4.4.1
133+
uses: codecov/codecov-action@v4.5.0
134134
with:
135135
file: mypy_report/cobertura.xml
136136
flags: mypy
@@ -184,7 +184,7 @@ jobs:
184184
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
185185
186186
- name: Upload mypy coverage to Codecov
187-
uses: codecov/codecov-action@v4.4.1
187+
uses: codecov/codecov-action@v4.5.0
188188
with:
189189
file: mypy_report/cobertura.xml
190190
flags: mypy39
@@ -245,7 +245,7 @@ jobs:
245245
python -m pyright xarray/
246246
247247
- name: Upload pyright coverage to Codecov
248-
uses: codecov/codecov-action@v4.4.1
248+
uses: codecov/codecov-action@v4.5.0
249249
with:
250250
file: pyright_report/cobertura.xml
251251
flags: pyright
@@ -304,7 +304,7 @@ jobs:
304304
python -m pyright xarray/
305305
306306
- name: Upload pyright coverage to Codecov
307-
uses: codecov/codecov-action@v4.4.1
307+
uses: codecov/codecov-action@v4.5.0
308308
with:
309309
file: pyright_report/cobertura.xml
310310
flags: pyright39

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
path: pytest.xml
160160

161161
- name: Upload code coverage to Codecov
162-
uses: codecov/codecov-action@v4.4.1
162+
uses: codecov/codecov-action@v4.5.0
163163
with:
164164
file: ./coverage.xml
165165
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/gh-action-pypi-publish@v1.8.14
91+
uses: pypa/gh-action-pypi-publish@v1.9.0
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/gh-action-pypi-publish@v1.8.14
114+
uses: pypa/gh-action-pypi-publish@v1.9.0
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
@@ -146,7 +146,7 @@ jobs:
146146
run: |
147147
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
148148
- name: Upload mypy coverage to Codecov
149-
uses: codecov/codecov-action@v4.4.1
149+
uses: codecov/codecov-action@v4.5.0
150150
with:
151151
file: mypy_report/cobertura.xml
152152
flags: mypy

0 commit comments

Comments
 (0)