Skip to content

Commit ee68a94

Browse files
Bump the actions group with 1 update (#8678)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ab02b4 commit ee68a94

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
128128
129129
- name: Upload mypy coverage to Codecov
130-
uses: codecov/[email protected].4
130+
uses: codecov/[email protected].5
131131
with:
132132
file: mypy_report/cobertura.xml
133133
flags: mypy
@@ -181,7 +181,7 @@ jobs:
181181
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
182182
183183
- name: Upload mypy coverage to Codecov
184-
uses: codecov/[email protected].4
184+
uses: codecov/[email protected].5
185185
with:
186186
file: mypy_report/cobertura.xml
187187
flags: mypy39
@@ -242,7 +242,7 @@ jobs:
242242
python -m pyright xarray/
243243
244244
- name: Upload pyright coverage to Codecov
245-
uses: codecov/[email protected].4
245+
uses: codecov/[email protected].5
246246
with:
247247
file: pyright_report/cobertura.xml
248248
flags: pyright
@@ -301,7 +301,7 @@ jobs:
301301
python -m pyright xarray/
302302
303303
- name: Upload pyright coverage to Codecov
304-
uses: codecov/[email protected].4
304+
uses: codecov/[email protected].5
305305
with:
306306
file: pyright_report/cobertura.xml
307307
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/[email protected].4
146+
uses: codecov/[email protected].5
147147
with:
148148
file: ./coverage.xml
149149
flags: unittests

.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/[email protected].4
146+
uses: codecov/[email protected].5
147147
with:
148148
file: mypy_report/cobertura.xml
149149
flags: mypy

0 commit comments

Comments
 (0)