Skip to content

Commit 044ac4b

Browse files
authored
Update ci.yml
1 parent 6388497 commit 044ac4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-python@v4
1515
with:
1616
python-version: 3.x
17-
- uses: actions/cache@v3
17+
- uses: actions/cache@v4
1818
with:
1919
key: ${{ github.ref }}
2020
path: .cache
2121
- run: pip install mkdocs-material
2222
- run: pip install pillow cairosvg
23-
- run: mkdocs gh-deploy --force
23+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)