Skip to content

Commit

Permalink
Update to setup-python/v5 to enable Node js 20 actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBed4d committed Feb 7, 2024
1 parent 451c245 commit e93b219
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11.x
# Cache Python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r docs-requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r docs-requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-github-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: GitHub Checkout 🛎
uses: actions/checkout@v4
- name: Setup Python 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10.4'
- name: Setup Terraform
Expand Down

0 comments on commit e93b219

Please sign in to comment.