Skip to content

Commit 8a88781

Browse files
Bump actions/checkout from 4 to 5 in the actions group (#10652)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efb6bb6 commit 8a88781

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# We need the full repo to avoid this issue
1919
# https://github.com/actions/checkout/issues/23
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# We need the full repo to avoid this issue
2222
# https://github.com/actions/checkout/issues/23
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/ci-additional.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
outputs:
2626
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 2
3131
- uses: xarray-contrib/ci-trigger@v1
@@ -46,7 +46,7 @@ jobs:
4646
CONDA_ENV_FILE: ci/requirements/environment.yml
4747
PYTHON_VERSION: "3.12"
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
with:
5151
fetch-depth: 0 # Fetch all history for all branches and tags.
5252

@@ -92,7 +92,7 @@ jobs:
9292
PYTHON_VERSION: "3.12"
9393

9494
steps:
95-
- uses: actions/checkout@v4
95+
- uses: actions/checkout@v5
9696
with:
9797
fetch-depth: 0 # Fetch all history for all branches and tags.
9898

@@ -143,7 +143,7 @@ jobs:
143143
PYTHON_VERSION: "3.11"
144144

145145
steps:
146-
- uses: actions/checkout@v4
146+
- uses: actions/checkout@v5
147147
with:
148148
fetch-depth: 0 # Fetch all history for all branches and tags.
149149

@@ -199,7 +199,7 @@ jobs:
199199
PYTHON_VERSION: "3.12"
200200

201201
steps:
202-
- uses: actions/checkout@v4
202+
- uses: actions/checkout@v5
203203
with:
204204
fetch-depth: 0 # Fetch all history for all branches and tags.
205205

@@ -255,7 +255,7 @@ jobs:
255255
PYTHON_VERSION: "3.11"
256256

257257
steps:
258-
- uses: actions/checkout@v4
258+
- uses: actions/checkout@v5
259259
with:
260260
fetch-depth: 0 # Fetch all history for all branches and tags.
261261

@@ -307,7 +307,7 @@ jobs:
307307
COLUMNS: 120
308308

309309
steps:
310-
- uses: actions/checkout@v4
310+
- uses: actions/checkout@v5
311311
with:
312312
fetch-depth: 0 # Fetch all history for all branches and tags.
313313

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
outputs:
2626
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 2
3131
- uses: xarray-contrib/ci-trigger@v1
@@ -81,7 +81,7 @@ jobs:
8181
numprocesses: 1
8282
os: ubuntu-latest
8383
steps:
84-
- uses: actions/checkout@v4
84+
- uses: actions/checkout@v5
8585
with:
8686
fetch-depth: 0 # Fetch all history for all branches and tags.
8787
- name: Set environment variables

.github/workflows/hypothesis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 2
3030
- uses: xarray-contrib/ci-trigger@v1
@@ -52,7 +52,7 @@ jobs:
5252
PYTHON_VERSION: "3.12"
5353

5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v5
5656
with:
5757
fetch-depth: 0 # Fetch all history for all branches and tags.
5858

.github/workflows/nightly-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
if: github.repository == 'pydata/xarray'
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414
- uses: actions/setup-python@v5

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
startsWith(github.ref, 'refs/tags/v')
2121
) }}
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626
- uses: actions/setup-python@v5

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
outputs:
2929
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 2
3434
- uses: xarray-contrib/ci-trigger@v1
@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
python-version: ["3.12"]
5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161
with:
6262
fetch-depth: 0 # Fetch all history for all branches and tags.
6363
- name: Set up conda environment
@@ -113,7 +113,7 @@ jobs:
113113
matrix:
114114
python-version: ["3.11"]
115115
steps:
116-
- uses: actions/checkout@v4
116+
- uses: actions/checkout@v5
117117
with:
118118
fetch-depth: 0 # Fetch all history for all branches and tags.
119119
- name: Set up conda environment

0 commit comments

Comments
 (0)