chore: update deps and remove caching of python libs #890

Merged
zxq9 merged 1 commits from mkdocs-updates into master 2022-07-06 20:15:58 +09:00
3 changed files with 4 additions and 12 deletions

View File

@ -13,10 +13,6 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: 3.8 python-version: 3.8
- uses: actions/cache@v2
with:
path: ~/.cache/pip3
key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/requirements.txt') }}
- run: pip3 install -r .github/workflows/requirements.txt -U - run: pip3 install -r .github/workflows/requirements.txt -U
- run: git config --global user.email "github-action@users.noreply.github.com" - run: git config --global user.email "github-action@users.noreply.github.com"
- run: git config --global user.name "GitHub Action" - run: git config --global user.name "GitHub Action"

View File

@ -13,10 +13,6 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: 3.8 python-version: 3.8
- uses: actions/cache@v2
with:
path: ~/.cache/pip3
key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/requirements.txt') }}
- run: pip3 install -r .github/workflows/requirements.txt -U - run: pip3 install -r .github/workflows/requirements.txt -U
- run: git config --global user.email "github-action@users.noreply.github.com" - run: git config --global user.email "github-action@users.noreply.github.com"
- run: git config --global user.name "GitHub Action" - run: git config --global user.name "GitHub Action"

View File

@ -1,5 +1,5 @@
mkdocs==1.2.4 mkdocs==1.2.4
mkdocs-simple-hooks==0.1.3 mkdocs-simple-hooks==0.1.5
mkdocs-material==7.1.9 mkdocs-material==7.3.6
mike==1.0.1 mike==1.1.2
pygments==2.11.2 pygments==2.12.0