Skip to content

Commit 187ce48

Browse files
Merge pull request 0xPolygon#140 from 0xPolygon/km/git-contr-2
Downgrading material version
2 parents f2ba01f + 79ea03d commit 187ce48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/staging_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Use Python
4141
uses: actions/setup-python@v4
4242
with:
43-
python-version: '3.11'
43+
python-version: '3.12'
4444

4545
- name: pip Install
4646
run: pip install -r requirements.txt --no-cache-dir

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs-material==9.5.1
1+
mkdocs-material==9.4.8
22
markdown-include==0.8.1
33
mkdocs-git-revision-date-localized-plugin==1.2.1
44
mkdocs-open-in-new-tab==1.0.3

0 commit comments

Comments
 (0)