Skip to content

Commit 546b9bb

Browse files
WillowSauceRWillowSauceR
authored andcommitted
Use latest Python at action
1 parent b3fc041 commit 546b9bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Set up Python 3.10
21-
uses: actions/setup-python@v3
20+
- name: Set up Latest Python
21+
uses: actions/setup-python@v4
2222
with:
23-
python-version: "3.10"
23+
python-version: "3.*"
2424

2525
- name: Install dependencies
2626
run: |

0 commit comments

Comments
 (0)