Skip to content

Commit

Permalink
Update docs.yml (#286)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Petko <petko@vmminfra.net>
  • Loading branch information
jf-06 authored Mar 1, 2024
1 parent c1b02b7 commit 9645d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.9.7"
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 9645d7b

Please sign in to comment.