Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f8f0212

Browse files
build(deps): bump actions/setup-python from 5 to 6 (#484)
Bumps [actions/setup-python](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04e7425 commit f8f0212

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

‎.github/workflows/docs.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v5
1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.11'
2020
cache: 'pip'
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v5
4141
- name: Set up Python
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4343
with:
4444
python-version: '3.11'
4545
cache: 'pip'

‎.github/workflows/publish-to-live-pypi.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919
- name: Set up Python 3.13
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: '3.13'
2323

‎.github/workflows/publish-to-test-pypi.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020
- name: Set up Python 3.13
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.13'
2424

‎.github/workflows/test.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v5
3939
- name: Set up Python ${{ matrix.python-version }}
4040

41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@v6
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
- name: Install dependencies
@@ -81,7 +81,7 @@ jobs:
8181
- uses: actions/checkout@v5
8282
- name: Set up Python ${{ matrix.python-version }}
8383

84-
uses: actions/setup-python@v5
84+
uses: actions/setup-python@v6
8585
with:
8686
python-version: ${{ matrix.python-version }}
8787
- name: Install dependencies
@@ -129,7 +129,7 @@ jobs:
129129
- uses: actions/checkout@v5
130130
- name: Set up Python ${{ matrix.python-version }}
131131

132-
uses: actions/setup-python@v5
132+
uses: actions/setup-python@v6
133133
with:
134134
python-version: ${{ matrix.python-version }}
135135
- name: Install dependencies
@@ -164,7 +164,7 @@ jobs:
164164
- uses: actions/checkout@v5
165165
- name: Set up Python ${{ matrix.python-version }}
166166

167-
uses: actions/setup-python@v5
167+
uses: actions/setup-python@v6
168168
with:
169169
python-version: ${{ matrix.python-version }}
170170
- name: Install dependencies
@@ -199,7 +199,7 @@ jobs:
199199
- uses: actions/checkout@v5
200200
- name: Set up Python ${{ matrix.python-version }}
201201

202-
uses: actions/setup-python@v5
202+
uses: actions/setup-python@v6
203203
with:
204204
python-version: ${{ matrix.python-version }}
205205
- name: Install dependencies

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /