Update actions versions

This commit is contained in:
Dmytro Bondar
2024-03-04 10:19:51 +01:00
parent f76b59286e
commit 180b43608d
2 changed files with 11 additions and 8 deletions

View File

@@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: pip install pillow cairosvg
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force