Skip to content

Commit 2a4e247

Browse files
pavelnikonorovpavelnikonorov
authored andcommitted
fix node.js github actions deprecation error
1 parent 30958a9 commit 2a4e247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
docs:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- uses: actions/setup-python@v2
7+
- uses: actions/checkout@v3
8+
- uses: actions/setup-python@v3
99
- name: Install dependencies
1010
run: |
1111
pip install sphinx sphinx_rtd_theme

0 commit comments

Comments
 (0)