Skip to content

Commit 265ec7b

Browse files
Bump actions/checkout from 2 to 3 (#6337)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29a87cc commit 265ec7b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# We need the full repo to avoid this issue
1818
# https://github.com/actions/checkout/issues/23
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/ci-additional.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
outputs:
2323
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
with:
2727
fetch-depth: 2
2828
- uses: xarray-contrib/[email protected]
@@ -53,7 +53,7 @@ jobs:
5353
"py39-flaky",
5454
]
5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v3
5757
with:
5858
fetch-depth: 0 # Fetch all history for all branches and tags.
5959

@@ -125,7 +125,7 @@ jobs:
125125
shell: bash -l {0}
126126

127127
steps:
128-
- uses: actions/checkout@v2
128+
- uses: actions/checkout@v3
129129
with:
130130
fetch-depth: 0 # Fetch all history for all branches and tags.
131131
- uses: conda-incubator/setup-miniconda@v2
@@ -162,7 +162,7 @@ jobs:
162162
shell: bash -l {0}
163163

164164
steps:
165-
- uses: actions/checkout@v2
165+
- uses: actions/checkout@v3
166166
with:
167167
fetch-depth: 0 # Fetch all history for all branches and tags.
168168
- uses: conda-incubator/setup-miniconda@v2

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
outputs:
2323
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
with:
2727
fetch-depth: 2
2828
- uses: xarray-contrib/[email protected]
@@ -44,7 +44,7 @@ jobs:
4444
# Bookend python versions
4545
python-version: ["3.8", "3.9", "3.10"]
4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v3
4848
with:
4949
fetch-depth: 0 # Fetch all history for all branches and tags.
5050
- name: Set environment variables

.github/workflows/pypi-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: github.repository == 'pydata/xarray'
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
1818
- uses: actions/setup-python@v2

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

+3-3
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@v2
27+
- uses: actions/checkout@v3
2828
with:
2929
fetch-depth: 2
3030
- uses: xarray-contrib/[email protected]
@@ -52,7 +52,7 @@ jobs:
5252
outputs:
5353
artifacts_availability: ${{ steps.status.outputs.ARTIFACTS_AVAILABLE }}
5454
steps:
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
5656
with:
5757
fetch-depth: 0 # Fetch all history for all branches and tags.
5858
- uses: conda-incubator/setup-miniconda@v2
@@ -110,7 +110,7 @@ jobs:
110110
run:
111111
shell: bash
112112
steps:
113-
- uses: actions/checkout@v2
113+
- uses: actions/checkout@v3
114114
- uses: actions/setup-python@v2
115115
with:
116116
python-version: "3.x"

0 commit comments

Comments
 (0)