Skip to content

Commit

Permalink
Merge pull request #965 from Kong/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-5
  • Loading branch information
tao12345666333 authored Dec 7, 2023
2 parents 12d8d2a + 08fc9fa commit 399604c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add kong https://charts.konghq.com
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
version: v3.11.0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down

0 comments on commit 399604c

Please sign in to comment.