Skip to content

Commit 0ec1912

Browse files
Bump the actions group with 2 updates (#8785)
Bumps the actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action). Updates `codecov/codecov-action` from 4.0.1 to 4.0.2 - [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.1...v4.0.2) Updates `scientific-python/upload-nightly-action` from 0.3.0 to 0.5.0 - [Release notes](https://github.com/scientific-python/upload-nightly-action/releases) - [Commits](scientific-python/upload-nightly-action@6e9304f...b67d7fc) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: scientific-python/upload-nightly-action 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 f63ec87 commit 0ec1912

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.1
131+
uses: codecov/codecov-action@v4.0.2
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.1
185+
uses: codecov/codecov-action@v4.0.2
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.1
246+
uses: codecov/codecov-action@v4.0.2
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.1
305+
uses: codecov/codecov-action@v4.0.2
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.1
146+
uses: codecov/codecov-action@v4.0.2
147147
with:
148148
file: ./coverage.xml
149149
flags: unittests

.github/workflows/nightly-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fi
3939
4040
- name: Upload wheel
41-
uses: scientific-python/upload-nightly-action@6e9304f7a3a5501c6f98351537493ec898728299 # 0.3.0
41+
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
4242
with:
4343
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_NIGHTLY }}
4444
artifacts_path: dist

.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.1
146+
uses: codecov/codecov-action@v4.0.2
147147
with:
148148
file: mypy_report/cobertura.xml
149149
flags: mypy

0 commit comments

Comments
 (0)