Skip to content

Commit f6edcf7

Browse files
jbamptondhslove
authored andcommitted
Bump actions/setup-python to v5 (apache#8419)
1 parent c3eba14 commit f6edcf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache: maven
4242

4343
- name: Set up Python
44-
uses: actions/setup-python@v4
44+
uses: actions/setup-python@v5
4545
with:
4646
python-version: '3.8'
4747
architecture: 'x64'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
cache: maven
212212

213213
- name: Set up Python
214-
uses: actions/setup-python@v4
214+
uses: actions/setup-python@v5
215215
with:
216216
python-version: '3.8'
217217
architecture: 'x64'

0 commit comments

Comments
 (0)