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 00f1915 commit c430c5bCopy full SHA for c430c5b
.github/workflows/install-example-projects.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
fetch-depth: 0
22
- name: Set up Python
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
25
python-version: ${{ matrix.python-version }}
26
- name: Update pyproject.toml
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
19
python-version: "3.13.5"
- name: Install dependencies
.github/workflows/update-readme.yml
@@ -17,7 +17,7 @@ jobs:
python-version: '3.13.5'
0 commit comments