From dd40d2055252c2488d772be255951bbc81744486 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:36:45 -0800 Subject: [PATCH] Update actions/cache action to v4 (#238) * Update actions/cache action to v4 * Pin back some sphinx 3 and 4 extensions Some dependencies in the tox.ini file have been pinned back for the sphinx 3 and 4 runs. Newer versions of these dependencies will error out if the sphinx version is not new enough. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nick --- .github/workflows/pythonpackage.yml | 10 +++++----- tox.ini | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 7fcd81d1..00cddd13 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -21,7 +21,7 @@ jobs: echo "environment=${VERSION//.}" >> $GITHUB_OUTPUT - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: llvm/lib/libclang.so* key: llvm-17 @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: llvm/lib/libclang.so* key: llvm-17 @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: llvm/lib/libclang.so* key: llvm-17 @@ -106,7 +106,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: llvm/lib/libclang.so* key: llvm-17 @@ -133,7 +133,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: llvm/lib/libclang.so* key: llvm-6 diff --git a/tox.ini b/tox.ini index f978728b..644b8d87 100644 --- a/tox.ini +++ b/tox.ini @@ -46,6 +46,12 @@ deps = pytest clang==6.0 beautifulsoup4 + sphinxcontrib-applehelp==1.0.4 + sphinxcontrib-devhelp==1.0.2 + sphinxcontrib-htmlhelp==2.0.1 + sphinxcontrib-qthelp==1.0.3 + sphinxcontrib-serializinghtml==1.1.5 + alabaster==0.7.13 [testenv:sphinx-three] deps = {[sphinx]deps}