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.
2 parents 618553a + 56af26d commit 226f74fCopy full SHA for 226f74f
.github/workflows/cicd.yml
@@ -78,7 +78,7 @@ jobs:
78
uses: actions/checkout@v5
79
80
- name: Setup Python
81
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
82
with:
83
python-version: ${{ matrix.python-version }}
84
cache: 'pip'
.github/workflows/deploy_mkdocs.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Set up Python 3.9
24
25
26
python-version: 3.9
27
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v5
15
16
- name: Set up Python 3.10
17
18
19
python-version: "3.10"
20
0 commit comments