Skip to content

Commit 02a6f96

Browse files
committed
Update ci.yml
1 parent cb3a81b commit 02a6f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v3
1414
- uses: actions/setup-python@v4
1515
with:
1616
python-version: 3.x
@@ -28,4 +28,4 @@ jobs:
2828
- uses: actions/cache/save@v4
2929
with:
3030
key: mkdocs-material-${{ hashfiles('.cache/**') }}
31-
path: ~/.cache
31+
path: ~/.cache

0 commit comments

Comments
 (0)