Skip to content

Commit 0021445

Browse files
committed
build: Update actions/cache version
1 parent 01bb51c commit 0021445

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: ci
1+
name: ci
22

33

44
on:
55
push:
66
branches:
7-
- master
7+
- master
88

99
permissions:
1010
contents: write
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/setup-python@v4
1717
with:
1818
python-version: 3.x
19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v3
2020
with:
2121
key: ${{ github.ref }}
2222
path: .cache
23-
- run: pip install mkdocs-material mkdocs-material-extensions
23+
- run: pip install mkdocs-material mkdocs-material-extensions
2424

2525

2626
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)