Skip to content

Commit 85f3370

Browse files
Build(deps): bump actions/setup-python from 5 to 6 in the actions-deps group (#277)
Build(deps): bump actions/setup-python in the actions-deps group Bumps the actions-deps group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 233c0ce commit 85f3370

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v5
5050

5151
- name: Set up Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555

@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/checkout@v5
8585

8686
- name: Setup Python
87-
uses: actions/setup-python@v5
87+
uses: actions/setup-python@v6
8888
with:
8989
python-version: ${{ env.MAIN_PYTHON_VERSION }}
9090

@@ -120,7 +120,7 @@ jobs:
120120
- uses: actions/checkout@v5
121121

122122
- name: Setup Python
123-
uses: actions/setup-python@v5
123+
uses: actions/setup-python@v6
124124
with:
125125
python-version: ${{ env.MAIN_PYTHON_VERSION }}
126126

@@ -152,7 +152,7 @@ jobs:
152152
- uses: actions/checkout@v5
153153

154154
- name: Setup Python
155-
uses: actions/setup-python@v5
155+
uses: actions/setup-python@v6
156156
with:
157157
python-version: ${{ env.MAIN_PYTHON_VERSION }}
158158

@@ -180,7 +180,7 @@ jobs:
180180
- uses: actions/checkout@v5
181181

182182
- name: Setup Python
183-
uses: actions/setup-python@v5
183+
uses: actions/setup-python@v6
184184
with:
185185
python-version: ${{ env.MAIN_PYTHON_VERSION }}
186186

.github/workflows/nightly-doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424

2525
- name: Setup Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.10'
2929

0 commit comments

Comments
 (0)