We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 888066f + feb0233 commit 3001f62Copy full SHA for 3001f62
3 files changed
.github/workflows/benchmark.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v6
16
17
- name: Set up Python 3.12
18
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
19
with:
20
python-version: "3.12"
21
cache: pip
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Set up Python ${{ matrix.python-version }}
28
29
30
python-version: ${{ matrix.python-version }}
31
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
22
23
24
0 commit comments