diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-21 11:55:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-21 11:55:34 -0700 |
| commit | fd94a026ac87d5f4aa2b3b058345fbf537fef36e (patch) | |
| tree | a9df5108a2eaae0f723b727e59bc9e2d2dd24d5d | |
| parent | 03b6b834197ccb706463bc0f6fc0edea5f789837 (diff) | |
| download | seaweedfs-fd94a026ac87d5f4aa2b3b058345fbf537fef36e.tar.xz seaweedfs-fd94a026ac87d5f4aa2b3b058345fbf537fef36e.zip | |
chore(deps): bump actions/setup-python from 4 to 5 (#7021)
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-version: '5'
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/s3tests.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index b47e9d21a..b03cb5dd5 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -29,7 +29,7 @@ jobs: id: go - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' @@ -298,7 +298,7 @@ jobs: id: go - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' @@ -420,7 +420,7 @@ jobs: id: go - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' @@ -643,7 +643,7 @@ jobs: id: go - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' |
