Skip to content

Commit

Permalink
Bumped github action 'setup-python' version to v5 for NodeJS 20
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Mar 6, 2024
1 parent 7010bca commit ca23c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ^3.11
id: python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:

- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ^3.11
id: python
Expand Down

0 comments on commit ca23c7d

Please sign in to comment.