Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: hmm007 <[email protected]>
  • Loading branch information
hmm007 authored May 17, 2024
1 parent 93bc3f7 commit fea2ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.11 # Specify your desired Python version here

Expand Down

0 comments on commit fea2ebf

Please sign in to comment.