Skip to content

Commit cc1de6b

Browse files
Bump the actions group with 4 updates (#10719)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f172b2 commit cc1de6b

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
124124
125125
- name: Upload mypy coverage to Codecov
126-
uses: codecov/[email protected].0
126+
uses: codecov/[email protected].1
127127
with:
128128
file: mypy_report/cobertura.xml
129129
flags: mypy
@@ -174,7 +174,7 @@ jobs:
174174
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
175175
176176
- name: Upload mypy coverage to Codecov
177-
uses: codecov/[email protected].0
177+
uses: codecov/[email protected].1
178178
with:
179179
file: mypy_report/cobertura.xml
180180
flags: mypy-min
@@ -230,7 +230,7 @@ jobs:
230230
python -m pyright xarray/
231231
232232
- name: Upload pyright coverage to Codecov
233-
uses: codecov/[email protected].0
233+
uses: codecov/[email protected].1
234234
with:
235235
file: pyright_report/cobertura.xml
236236
flags: pyright
@@ -286,7 +286,7 @@ jobs:
286286
python -m pyright xarray/
287287
288288
- name: Upload pyright coverage to Codecov
289-
uses: codecov/[email protected].0
289+
uses: codecov/[email protected].1
290290
with:
291291
file: pyright_report/cobertura.xml
292292
flags: pyright39
@@ -311,7 +311,7 @@ jobs:
311311
with:
312312
fetch-depth: 0 # Fetch all history for all branches and tags.
313313

314-
- uses: actions/setup-python@v5
314+
- uses: actions/setup-python@v6
315315
with:
316316
python-version: "3.x"
317317

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
path: pytest.xml
174174

175175
- name: Upload code coverage to Codecov
176-
uses: codecov/[email protected].0
176+
uses: codecov/[email protected].1
177177
env:
178178
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
179179
with:

.github/workflows/label-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
label:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/labeler@v5
9+
- uses: actions/labeler@v6
1010
with:
1111
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1212
sync-labels: false

.github/workflows/nightly-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
14-
- uses: actions/setup-python@v5
14+
- uses: actions/setup-python@v6
1515
with:
1616
python-version: "3.12"
1717

.github/workflows/pypi-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@v6
2727
name: Install Python
2828
with:
2929
python-version: "3.12"
@@ -58,7 +58,7 @@ jobs:
5858
needs: build-artifacts
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/setup-python@v5
61+
- uses: actions/setup-python@v6
6262
name: Install Python
6363
with:
6464
python-version: "3.12"
@@ -95,7 +95,7 @@ jobs:
9595
path: dist
9696
- name: Publish package to TestPyPI
9797
if: github.event_name == 'push'
98-
uses: pypa/gh-action-pypi-publish@v1.12.4
98+
uses: pypa/gh-action-pypi-publish@v1.13.0
9999
with:
100100
repository_url: https://test.pypi.org/legacy/
101101
verbose: true
@@ -117,6 +117,6 @@ jobs:
117117
name: releases
118118
path: dist
119119
- name: Publish package to PyPI
120-
uses: pypa/gh-action-pypi-publish@v1.12.4
120+
uses: pypa/gh-action-pypi-publish@v1.13.0
121121
with:
122122
verbose: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
run: |
139139
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
140140
- name: Upload mypy coverage to Codecov
141-
uses: codecov/[email protected].0
141+
uses: codecov/[email protected].1
142142
with:
143143
file: mypy_report/cobertura.xml
144144
flags: mypy

0 commit comments

Comments
 (0)