diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-24 11:48:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-24 11:48:11 -0800 |
| commit | 0e6bee6c5b3068b9c3b87f96c9fb6000b1292103 (patch) | |
| tree | 05393a24a810d53f0109b3058e1c64ae635d0289 | |
| parent | 2dfa824cef3b894f68986b3cd388fd30efc2e33e (diff) | |
| download | seaweedfs-0e6bee6c5b3068b9c3b87f96c9fb6000b1292103.tar.xz seaweedfs-0e6bee6c5b3068b9c3b87f96c9fb6000b1292103.zip | |
chore(deps): bump actions/setup-python from 5 to 6 (#7539)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/s3-parquet-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/s3-parquet-tests.yml b/.github/workflows/s3-parquet-tests.yml index 400d4e1fd..3ccbbe177 100644 --- a/.github/workflows/s3-parquet-tests.yml +++ b/.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' |
