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 0fa2c85 commit d0b6907Copy full SHA for d0b6907
.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@v3
+ uses: actions/setup-python@v4
47
with:
48
python-version: ${{ matrix.python-version }}
49
.github/workflows/deploy_mkdocs.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v3
22
23
- name: Set up Python 3.8
24
25
26
python-version: 3.8
27
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
15
- name: Set up Python 3.x
16
17
18
python-version: "3.x"
19
0 commit comments