This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 1534cc196c Bump actions/setup-python from 4 to 5 (#5175)
1534cc196c is described below
commit 1534cc196cb5fca09a093fd7886b6d9bfa9831bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 6 14:23:09 2023 +0000
Bump actions/setup-python from 4 to 5 (#5175)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from
4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/dev.yml | 2 +-
.github/workflows/integration.yml | 2 +-
.github/workflows/parquet.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 1447d72a53..2026e257ab 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Audit licenses
diff --git a/.github/workflows/integration.yml
b/.github/workflows/integration.yml
index c9cb4e31ce..1604a7be43 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -129,7 +129,7 @@ jobs:
path: /home/runner/target
# this key is not equal because maturin uses different compilation
flags.
key: ${{ runner.os }}-${{ matrix.arch }}-target-maturin-cache-${{
matrix.rust }}-
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Upgrade pip and setuptools
diff --git a/.github/workflows/parquet.yml b/.github/workflows/parquet.yml
index d664a0dc07..a4e6548926 100644
--- a/.github/workflows/parquet.yml
+++ b/.github/workflows/parquet.yml
@@ -140,7 +140,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"