Skip to content

Commit

Permalink
Update actions/setup-python from v4 to v5 for Node runtime compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Aug 31, 2024
1 parent 2a0cfce commit bd00625
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
ref: main

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'

Expand Down

0 comments on commit bd00625

Please sign in to comment.