Skip to content

Commit f45cfe6

Browse files
Bump the actions group with 3 updates (#9587)
Bumps the actions group with 3 updates: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `mamba-org/setup-micromamba` from 1 to 2 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1...v2) Updates `codecov/codecov-action` from 4.5.0 to 4.6.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.5.0...v4.6.0) Updates `pypa/gh-action-pypi-publish` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29a1c4b commit f45cfe6

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

.github/workflows/benchmarks-last-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set up conda environment
25-
uses: mamba-org/setup-micromamba@v1
25+
uses: mamba-org/setup-micromamba@v2
2626
with:
2727
environment-file: ${{env.CONDA_ENV_FILE}}
2828
environment-name: xarray-tests

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Set up conda environment
28-
uses: mamba-org/setup-micromamba@v1
28+
uses: mamba-org/setup-micromamba@v2
2929
with:
3030
environment-file: ${{env.CONDA_ENV_FILE}}
3131
environment-name: xarray-tests

.github/workflows/ci-additional.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
5656
5757
- name: Setup micromamba
58-
uses: mamba-org/setup-micromamba@v1
58+
uses: mamba-org/setup-micromamba@v2
5959
with:
6060
environment-file: ${{env.CONDA_ENV_FILE}}
6161
environment-name: xarray-tests
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
105105
- name: Setup micromamba
106-
uses: mamba-org/setup-micromamba@v1
106+
uses: mamba-org/setup-micromamba@v2
107107
with:
108108
environment-file: ${{env.CONDA_ENV_FILE}}
109109
environment-name: xarray-tests
@@ -129,7 +129,7 @@ jobs:
129129
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
130130
131131
- name: Upload mypy coverage to Codecov
132-
uses: codecov/codecov-action@v4.5.0
132+
uses: codecov/codecov-action@v4.6.0
133133
with:
134134
file: mypy_report/cobertura.xml
135135
flags: mypy
@@ -157,7 +157,7 @@ jobs:
157157
run: |
158158
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
159159
- name: Setup micromamba
160-
uses: mamba-org/setup-micromamba@v1
160+
uses: mamba-org/setup-micromamba@v2
161161
with:
162162
environment-file: ${{env.CONDA_ENV_FILE}}
163163
environment-name: xarray-tests
@@ -183,7 +183,7 @@ jobs:
183183
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
184184
185185
- name: Upload mypy coverage to Codecov
186-
uses: codecov/codecov-action@v4.5.0
186+
uses: codecov/codecov-action@v4.6.0
187187
with:
188188
file: mypy_report/cobertura.xml
189189
flags: mypy-min
@@ -216,7 +216,7 @@ jobs:
216216
run: |
217217
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
218218
- name: Setup micromamba
219-
uses: mamba-org/setup-micromamba@v1
219+
uses: mamba-org/setup-micromamba@v2
220220
with:
221221
environment-file: ${{env.CONDA_ENV_FILE}}
222222
environment-name: xarray-tests
@@ -242,7 +242,7 @@ jobs:
242242
python -m pyright xarray/
243243
244244
- name: Upload pyright coverage to Codecov
245-
uses: codecov/codecov-action@v4.5.0
245+
uses: codecov/codecov-action@v4.6.0
246246
with:
247247
file: pyright_report/cobertura.xml
248248
flags: pyright
@@ -275,7 +275,7 @@ jobs:
275275
run: |
276276
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
277277
- name: Setup micromamba
278-
uses: mamba-org/setup-micromamba@v1
278+
uses: mamba-org/setup-micromamba@v2
279279
with:
280280
environment-file: ${{env.CONDA_ENV_FILE}}
281281
environment-name: xarray-tests
@@ -301,7 +301,7 @@ jobs:
301301
python -m pyright xarray/
302302
303303
- name: Upload pyright coverage to Codecov
304-
uses: codecov/codecov-action@v4.5.0
304+
uses: codecov/codecov-action@v4.6.0
305305
with:
306306
file: pyright_report/cobertura.xml
307307
flags: pyright39
@@ -324,7 +324,7 @@ jobs:
324324
fetch-depth: 0 # Fetch all history for all branches and tags.
325325

326326
- name: Setup micromamba
327-
uses: mamba-org/setup-micromamba@v1
327+
uses: mamba-org/setup-micromamba@v2
328328
with:
329329
environment-name: xarray-tests
330330
create-args: >-

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
109109
110110
- name: Setup micromamba
111-
uses: mamba-org/setup-micromamba@v1
111+
uses: mamba-org/setup-micromamba@v2
112112
with:
113113
environment-file: ${{ env.CONDA_ENV_FILE }}
114114
environment-name: xarray-tests
@@ -162,7 +162,7 @@ jobs:
162162
path: pytest.xml
163163

164164
- name: Upload code coverage to Codecov
165-
uses: codecov/codecov-action@v4.5.0
165+
uses: codecov/codecov-action@v4.6.0
166166
with:
167167
file: ./coverage.xml
168168
flags: unittests

.github/workflows/hypothesis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
6262
6363
- name: Setup micromamba
64-
uses: mamba-org/setup-micromamba@v1
64+
uses: mamba-org/setup-micromamba@v2
6565
with:
6666
environment-file: ci/requirements/environment.yml
6767
environment-name: xarray-tests

.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.10.2
91+
uses: pypa/gh-action-pypi-publish@v1.10.3
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.10.2
114+
uses: pypa/gh-action-pypi-publish@v1.10.3
115115
with:
116116
verbose: true

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
fetch-depth: 0 # Fetch all history for all branches and tags.
6363
- name: Set up conda environment
64-
uses: mamba-org/setup-micromamba@v1
64+
uses: mamba-org/setup-micromamba@v2
6565
with:
6666
environment-file: ci/requirements/environment.yml
6767
environment-name: xarray-tests
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
fetch-depth: 0 # Fetch all history for all branches and tags.
122122
- name: Set up conda environment
123-
uses: mamba-org/setup-micromamba@v1
123+
uses: mamba-org/setup-micromamba@v2
124124
with:
125125
environment-file: ci/requirements/environment.yml
126126
environment-name: xarray-tests
@@ -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.5.0
149+
uses: codecov/codecov-action@v4.6.0
150150
with:
151151
file: mypy_report/cobertura.xml
152152
flags: mypy

0 commit comments

Comments
 (0)