diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-01-26 13:41:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-26 13:41:52 +0100 |
| commit | e676f56527e70c4587567b97f9cfd22ab396142c (patch) | |
| tree | a253634026292b1211a362dd722aba97ba758228 /.github/workflows/docs.yml | |
| parent | d3171009f2c648a70613350d7e564a824890fed6 (diff) | |
Bumped versions in Github actions configuration.
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a12a9eac31..9b88b9be93 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.12' cache: 'pip' @@ -46,7 +46,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.12' - run: python -m pip install blacken-docs |
