Skip to content

Commit ac3c11b

Browse files
DeepC004Deep
andauthored
Issue#2862: Fixes warnings on GH actions (#2866)
Co-authored-by: Deep <[email protected]>
1 parent 0b2e1e3 commit ac3c11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
if: (github.ref == 'refs/heads/master' && github.event_name == 'push') || github.event_name == 'release'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v4
1919
with:
2020
python-version: 3.8
2121

2222
- run: sudo npm install katex -g
23-
- uses: actions/cache@v2
23+
- uses: actions/cache@v3
2424
with:
2525
path: ~/.cache/pip
2626
key: pip-${{ hashFiles('requirements-dev.txt') }}-${{ hashFiles('docs/requirements.txt') }}

0 commit comments

Comments
 (0)