From 676a6d22fa73719b82a2636737f291e9711530bf Mon Sep 17 00:00:00 2001 From: Pauline Laharanne Date: Tue, 9 Apr 2024 16:40:16 +0200 Subject: [PATCH] upgrade crate docs version and docs build python version --- .github/workflows/docs.yml | 6 +++--- CHANGES.rst | 2 ++ docs/build.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 80bc4f94..567fab94 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,11 +19,11 @@ jobs: os: [ubuntu-latest, macos-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.11 - name: Build docs run: | cd docs && make check diff --git a/CHANGES.rst b/CHANGES.rst index 8bc0f37f..2910ddca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,8 @@ Unreleased - Update doc for ``clusters restart-node`` because it is not superuser only anymore. +- Upgrade docs build action Python version to 3.11. + 1.11.0 - 2024/03/12 =================== diff --git a/docs/build.json b/docs/build.json index 5647caf4..5de7837b 100644 --- a/docs/build.json +++ b/docs/build.json @@ -1,5 +1,5 @@ { "schemaVersion": 1, "label": "docs build", - "message": "2.1.1" + "message": "2.1.2" }