Skip to content

Commit

Permalink
Merge pull request #285 from stackhpc/Node_js_20_update
Browse files Browse the repository at this point in the history
Update actions/setup-python@v4 to v5 to enable Node js 20 actions.
  • Loading branch information
markgoddard authored Feb 7, 2024
2 parents 2cec221 + 88da053 commit a59e924
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 a59e924

Please sign in to comment.