Skip to content

Commit

Permalink
Update Python setup to use actions/setup-python@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rashatwi committed Sep 13, 2023
1 parent 19bef94 commit 67bd459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.9

Expand Down

0 comments on commit 67bd459

Please sign in to comment.