Skip to content

Commit ed96fc5

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump actions/setup-python from 5 to 6
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] <[email protected]>
1 parent 0dfacd5 commit ed96fc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
5656
steps:
5757
- uses: actions/checkout@v4
58-
- uses: actions/setup-python@v5
58+
- uses: actions/setup-python@v6
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
architecture: x64
@@ -81,7 +81,7 @@ jobs:
8181
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
8282
steps:
8383
- uses: actions/checkout@v4
84-
- uses: actions/setup-python@v5
84+
- uses: actions/setup-python@v6
8585
with:
8686
python-version: ${{ matrix.python-version }}
8787
architecture: x64
@@ -107,7 +107,7 @@ jobs:
107107
target: [ x64, x86 ]
108108
steps:
109109
- uses: actions/checkout@v4
110-
- uses: actions/setup-python@v5
110+
- uses: actions/setup-python@v6
111111
with:
112112
python-version: ${{ matrix.python-version }}
113113
architecture: ${{ matrix.target }}
@@ -135,7 +135,7 @@ jobs:
135135
target: [ x86_64, i686, aarch64 ]
136136
steps:
137137
- uses: actions/checkout@v4
138-
- uses: actions/setup-python@v5
138+
- uses: actions/setup-python@v6
139139
with:
140140
python-version: ${{ matrix.python-version }}
141141
- name: Build wheels

0 commit comments

Comments
 (0)