Skip to content

Commit 1d14caa

Browse files
committed
Increase action version to eliminate Node warning
1 parent a460cb5 commit 1d14caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-python@v2
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-python@v4
1212
with:
1313
python-version: 3.x
1414
- run: pip install mkdocs-material mkdocs-monorepo-plugin

0 commit comments

Comments
 (0)