Skip to content

Commit a3fc4e5

Browse files
CI: (deps): Bump actions/checkout from 5 to 6 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3101a8c commit a3fc4e5

11 files changed

Lines changed: 15 additions & 15 deletions

.github/workflows/backport-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
4040
4141
- name: Checkout PR HEAD
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
ref: ${{ github.event.pull_request.head.sha }}
4545
fetch-depth: 100

.github/workflows/benchmark-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: "3.12"
2727
- name: Checkout repo
28-
uses: actions/checkout@v5 #checks out repository
28+
uses: actions/checkout@v6 #checks out repository
2929
with:
3030
fetch-depth: 0 # Fetch full history
3131
- run: python -m pip install numpy pandas xarray metpy netcdf4

.github/workflows/cffcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out a copy of the repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
persist-credentials: false
2323

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
persist-credentials: false
3434

.github/workflows/docs-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout source
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 150
3939
fetch-tags: true

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout source
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 150
4040
persist-credentials: false
@@ -107,7 +107,7 @@ jobs:
107107

108108
steps:
109109
- name: Checkout docs
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v6
111111
with:
112112
ref: "gh-pages"
113113

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Run Lint Tools
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
persist-credentials: false
2020

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build Release Packages
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
persist-credentials: false
1616

.github/workflows/tests-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout source
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 150
4444
fetch-tags: true
@@ -66,7 +66,7 @@ jobs:
6666
timeout-minutes: 2
6767
steps:
6868
- name: Checkout source
69-
uses: actions/checkout@v5
69+
uses: actions/checkout@v6
7070
with:
7171
persist-credentials: false
7272

.github/workflows/tests-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout source
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
with:
4545
fetch-depth: 150
4646
fetch-tags: true
@@ -92,7 +92,7 @@ jobs:
9292
timeout-minutes: 2
9393
steps:
9494
- name: Checkout source
95-
uses: actions/checkout@v5
95+
uses: actions/checkout@v6
9696
with:
9797
persist-credentials: false
9898

0 commit comments

Comments
 (0)