We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e66167 commit d19679dCopy full SHA for d19679d
3 files changed
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# Install dependencies
29
- name: Set up Python 3.10
30
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
31
with:
32
python-version: "3.10"
33
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v4
- name: Set up Python
python-version: "3.x"
- name: Install pypa/build
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Python 3
python-version: '3.10'
0 commit comments