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

Appearance settings

Commit b36f38d

Browse filesBrowse files
Bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8345f5 commit b36f38d
Copy full SHA for b36f38d

3 files changed

+5-5Lines changed: 5 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/create-wheels.yaml‎

Copy file name to clipboardExpand all lines: .github/workflows/create-wheels.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104

105105
- name: Set up Python for pure-python wheel
106-
uses: actions/setup-python@v6
106+
uses: actions/setup-python@v7
107107
with:
108108
python-version: "3.14"
109109

Collapse file

‎.github/workflows/run-on-pr.yaml‎

Copy file name to clipboardExpand all lines: .github/workflows/run-on-pr.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v7
4343

4444
- name: Set up python
45-
uses: actions/setup-python@v6
45+
uses: actions/setup-python@v7
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
architecture: ${{ matrix.architecture }}
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@v7
7878

7979
- name: Set up python
80-
uses: actions/setup-python@v6
80+
uses: actions/setup-python@v7
8181
with:
8282
python-version: ${{ matrix.python-version }}
8383
architecture: ${{ matrix.architecture }}
Collapse file

‎.github/workflows/run-test.yaml‎

Copy file name to clipboardExpand all lines: .github/workflows/run-test.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v7
105105

106106
- name: Set up python
107-
uses: actions/setup-python@v6
107+
uses: actions/setup-python@v7
108108
with:
109109
python-version: ${{ matrix.python-version }}
110110
architecture: ${{ matrix.architecture }}
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@v7
143143

144144
- name: Set up python
145-
uses: actions/setup-python@v6
145+
uses: actions/setup-python@v7
146146
with:
147147
python-version: ${{ matrix.python-version }}
148148
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.