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 1124b32 commit 678b69eCopy full SHA for 678b69e
.github/workflows/stats.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Set up Python
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
python-version: '3.14'
22
.github/workflows/update_examples.yml
@@ -18,7 +18,7 @@ jobs:
ref: dev
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- name: Setup Python
23
python-version: "3.14"
24
0 commit comments