Skip to content

Commit 97765a3

Browse files
authored
Merge pull request #92 from lindera/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents b6d3013 + cbf7e2f commit 97765a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v4
105105

106106
- name: Setup Python
107-
uses: actions/setup-python@v5
107+
uses: actions/setup-python@v6
108108
with:
109109
python-version: 3.x
110110

@@ -166,7 +166,7 @@ jobs:
166166
uses: actions/checkout@v4
167167

168168
- name: Setup Python
169-
uses: actions/setup-python@v5
169+
uses: actions/setup-python@v6
170170
with:
171171
python-version: 3.x
172172

@@ -228,7 +228,7 @@ jobs:
228228
uses: actions/checkout@v4
229229

230230
- name: Setup Python
231-
uses: actions/setup-python@v5
231+
uses: actions/setup-python@v6
232232
with:
233233
python-version: 3.x
234234
architecture: ${{ matrix.platform.target }}
@@ -294,7 +294,7 @@ jobs:
294294
uses: actions/checkout@v4
295295

296296
- name: Setup Python
297-
uses: actions/setup-python@v5
297+
uses: actions/setup-python@v6
298298
with:
299299
python-version: 3.x
300300

0 commit comments

Comments
 (0)