diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-10-05 21:09:54 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-10-11 20:52:58 +0200 |
| commit | 5b0f1f95d064b6fa32192a68d6c5dd14403001c4 (patch) | |
| tree | 8e0f1472b9f799dc0b21880e8777bc478493a7da /.github/workflows/docs.yml | |
| parent | 5e68bffba53625fe3ddbb461d0611060346f8ba3 (diff) | |
Used Python 3.10 for docs and linters GitHub actions.
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5568ea1ca6..898f20578d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: '3.10' - name: Cache dependencies uses: actions/cache@v2 with: |
