mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 00:27:04 +02:00
ci(github-action)!: Update actions/setup-python action to v5 (#241)
Co-authored-by: bjw-s-bot[bot] <87358111+bjw-s-bot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fbeaa67f7d
commit
a39b466a5f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/charts-test.yaml
vendored
2
.github/workflows/charts-test.yaml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
helm: "${{ env.HELM_VERSION }}"
|
||||
kubectl: "${{ matrix.k8s_version }}"
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
|
||||
|
|
2
.github/workflows/docs-release.yaml
vendored
2
.github/workflows/docs-release.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
token: ${{ steps.app-token.outputs.token }}
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue