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.
1 parent d246db0 commit fa1a00bCopy full SHA for fa1a00b
.github/workflows/copilot-setup-steps.yml
@@ -31,7 +31,7 @@ jobs:
31
persist-credentials: false
32
33
- name: Set up Python
34
- uses: actions/setup-python@v5.6.0
+ uses: actions/setup-python@v6.0.0
35
with:
36
python-version: 3.12
37
.github/workflows/python-ci.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Set up Python ${{ matrix.python-version }}
27
28
29
python-version: ${{ matrix.python-version }}
30
- name: Install dependencies
0 commit comments