mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-13 05:32:14 +00:00
Merge pull request #60 from nikdoof/renovate/workflows-actions-setup-python-5.x
[workflows] Update actions/setup-python action to v5
This commit is contained in:
2
.github/workflows/lint-test.yaml
vendored
2
.github/workflows/lint-test.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
with:
|
||||
version: "v${{ env.HELM_VERSION }}"
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "${{ env.PYTHON_VERSION }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user