Browse Source

chore(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](https://github.com/actions/setup-python/compare/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>
pull/7539/head
dependabot[bot] 1 week ago
committed by GitHub
parent
commit
bc934f6962
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/s3-parquet-tests.yml

2
.github/workflows/s3-parquet-tests.yml

@ -45,7 +45,7 @@ jobs:
cache: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'

Loading…
Cancel
Save