We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b039892 + 231454f commit 08439f3Copy full SHA for 08439f3
1 file changed
.github/workflows/get-started-python.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: actions/checkout@v5
35
36
- name: Set up Python ${{ matrix.python-version }}
37
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
38
with:
39
python-version: ${{ matrix.python-version }}
40
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
0 commit comments