Skip to content

Commit

Permalink
Merge pull request #1046 from kubean-io/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
ErikJiang authored Dec 13, 2023
2 parents 217f3ac + 186d3a6 commit c7459c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install mkdocs-material
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-offline-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cat charts/kubean/templates/manifest.cr.yaml
- name: Preparing the python environment
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down

0 comments on commit c7459c5

Please sign in to comment.