Skip to content

Commit

Permalink
Update setup python github action
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jul 10, 2024
1 parent a581689 commit 02b09e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Python
id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.10"
architecture: x64
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:

- name: Setup Python
id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.10"
architecture: x64
Expand Down

0 comments on commit 02b09e1

Please sign in to comment.