There was an error while loading. Please reload this page.
2 parents 19501ee + 8a3dc0c commit 72a2190Copy full SHA for 72a2190
1 file changed
.github/workflows/test_and_deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout Repository
20
uses: actions/checkout@v5
21
- name: Set up Python 3.13
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: "3.13"
25
- name: Install dependencies
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments