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 09dac22 commit 3b5b093Copy full SHA for 3b5b093
.github/workflows/cicd.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
# Setup Python (faster than using Python container)
45
- name: Setup Python
46
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
47
with:
48
python-version: ${{ matrix.python-version }}
49
.github/workflows/deploy_mkdocs.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Set up Python 3.8
25
26
27
python-version: 3.8
28
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
15
- name: Set up Python 3.x
16
17
18
python-version: "3.x"
19
0 commit comments