From e0d64051e4cda510fc67167a68efb40c6aeb4436 Mon Sep 17 00:00:00 2001 From: Abdullah Selek Date: Sat, 6 Apr 2024 19:48:50 +0100 Subject: [PATCH] Upgrades on docs build. --- .github/workflows/deploy-docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 51c9e44..7ec3f54 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -5,13 +5,13 @@ on: types: [opened, synchronize] jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v3 with: - python-version: "3.7" + python-version: "3.9" - name: Install Module run: pip install -e . - name: Install Dependencies