Skip to content

Commit

Permalink
NOISSUE: set actions/setup-python to v5 from v4
Browse files Browse the repository at this point in the history
- v5 setup-python action uses node.js 20 which github likes
  • Loading branch information
mahdiolfat committed Feb 2, 2024
1 parent e06dddc commit e94d09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
Expand Down

0 comments on commit e94d09c

Please sign in to comment.