Skip to content

Commit 09555ae

Browse files
Bump actions/checkout from 5 to 6 (#1059)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abb9d40 commit 09555ae

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/merge-pytest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ['3.10', '3.11', '3.12', '3.13']
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Setup conda
2121
uses: s-weigand/setup-conda@v1
2222
with:
@@ -46,7 +46,7 @@ jobs:
4646
python-version: ['3.10', '3.11', '3.12', '3.13']
4747

4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
- name: Set up Python ${{ matrix.python-version }}
5151
uses: actions/setup-python@v6
5252
id: setup-python
@@ -77,7 +77,7 @@ jobs:
7777
python-version: ['3.10', '3.11', '3.12', '3.13']
7878

7979
steps:
80-
- uses: actions/checkout@v5
80+
- uses: actions/checkout@v6
8181
with:
8282
fetch-depth: 2
8383
- name: Set up Python ${{ matrix.python-version }}
@@ -111,7 +111,7 @@ jobs:
111111
python-version: ['3.10', '3.11', '3.12', '3.13']
112112

113113
steps:
114-
- uses: actions/checkout@v5
114+
- uses: actions/checkout@v6
115115
with:
116116
fetch-depth: 2
117117
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/merge-typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ['3.10']
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v6
2121
id: setup-python

.github/workflows/pr-pytest-apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ['3.10']
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 2
2121
- name: Set up Python ${{ matrix.python-version }}
@@ -43,7 +43,7 @@ jobs:
4343
python-version: ['3.10']
4444

4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 2
4949
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/pr-pytest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ['3.10']
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Setup conda
2121
uses: s-weigand/setup-conda@v1
2222
with:
@@ -49,7 +49,7 @@ jobs:
4949
python-version: ['3.10']
5050

5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
- name: Set up Python ${{ matrix.python-version }}
5454
uses: actions/setup-python@v6
5555
id: setup-python
@@ -80,7 +80,7 @@ jobs:
8080
python-version: ['3.10']
8181

8282
steps:
83-
- uses: actions/checkout@v5
83+
- uses: actions/checkout@v6
8484
with:
8585
fetch-depth: 2
8686
- name: Set up Python ${{ matrix.python-version }}
@@ -112,7 +112,7 @@ jobs:
112112
python-version: ['3.10', '3.11', '3.12', '3.13']
113113

114114
steps:
115-
- uses: actions/checkout@v5
115+
- uses: actions/checkout@v6
116116
with:
117117
fetch-depth: 2
118118
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/pr-type-lint-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ['3.10']
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v6
2121
id: setup-python

.github/workflows/publish-pypi-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515

1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)