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:
bjw-s-bot[bot] 2023-12-06 15:21:25 +01:00 committed by GitHub
parent fbeaa67f7d
commit a39b466a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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