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 eace1f1 commit 3340f16Copy full SHA for 3340f16
.github/workflows/build.yaml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
@@ -60,7 +60,7 @@ jobs:
60
61
- uses: actions/checkout@v5
62
- name: Set up Python
63
64
65
python-version: 3.14
66
@@ -84,7 +84,7 @@ jobs:
84
85
fetch-depth: 0
86
87
88
89
90
0 commit comments