Compare commits
2 commits
renovate/a
...
develop
Author | SHA1 | Date | |
---|---|---|---|
cdad928f9e | |||
3b1d2ae2d0 |
3 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: |
|
||||
git config user.name github-actions[bot]
|
||||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
||||
- uses: actions/setup-python@v6
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
|
||||
|
|
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: |
|
||||
git config user.name github-actions[bot]
|
||||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
||||
- uses: actions/setup-python@v6
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Requirements for core
|
||||
jinja2~=3.1.6
|
||||
markdown~=3.8.2
|
||||
markdown~=3.9.0
|
||||
mkdocs~=1.6.1
|
||||
#mkdocs-material~=9.5
|
||||
mkdocs-material-extensions~=1.3.1
|
||||
|
@ -32,7 +32,7 @@ mkdocs-material[imaging]
|
|||
mkdocs-git-revision-date-localized-plugin~=1.4.7
|
||||
#mkdocs-git-committers-plugin-2~=2.4.1
|
||||
mkdocs-git-authors-plugin~=0.10.0
|
||||
mkdocs-glightbox~=0.4.0
|
||||
mkdocs-glightbox~=0.5.1
|
||||
mkdocs-rss-plugin~=1.17.3
|
||||
mkdocs-macros-plugin~=1.3.9
|
||||
mkdocstrings~=0.30.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue