diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-11 15:43:18 +0000 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2023-12-11 11:13:33 -0800 |
| commit | c68220af7eb6b0e48423643f90fee9693da0169f (patch) | |
| tree | 3f8afe966d047cf0084d3ba33361ba175a19d20d | |
| parent | dc51d9a9a905a9baf571d7c756454e5f95a17ea6 (diff) | |
| download | seaweedfs-c68220af7eb6b0e48423643f90fee9693da0169f.tar.xz seaweedfs-c68220af7eb6b0e48423643f90fee9693da0169f.zip | |
Bump actions/setup-python from 4 to 5
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] <support@github.com>
| -rw-r--r-- | .github/workflows/helm_ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/helm_ci.yml b/.github/workflows/helm_ci.yml index 942e5a63b..5f1721ed4 100644 --- a/.github/workflows/helm_ci.yml +++ b/.github/workflows/helm_ci.yml @@ -25,7 +25,7 @@ jobs: with: version: v3.10.0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.9' check-latest: true |
