Skip to content

Commit 4bbdf57

Browse files
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] <support@github.com>
1 parent 6d015f1 commit 4bbdf57

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
path: arrow
3737
repository: apache/arrow
38-
- uses: actions/setup-python@v5
38+
- uses: actions/setup-python@v6
3939
with:
4040
python-version: "3.x"
4141
- name: Setup Archery
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ${{ matrix.runs-on }}
9191
steps:
9292
- uses: actions/checkout@v5
93-
- uses: actions/setup-python@v5
93+
- uses: actions/setup-python@v6
9494
if: |
9595
matrix.runs-on != 'windows-latest'
9696
with:

.github/workflows/doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v5
27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: '3.x'
3030
- name: Prepare

0 commit comments

Comments
 (0)