From 274ebbc9beb9d2e0f8528e5c930138f2aed59ce8 Mon Sep 17 00:00:00 2001 From: Michael The Date: Wed, 5 Jun 2024 16:18:18 +0200 Subject: [PATCH] Upgrade `pages-build-and-deploy` actions (#60) --- .github/workflows/pages-build-and-deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pages-build-and-deploy.yml b/.github/workflows/pages-build-and-deploy.yml index 3fc8f69..d162427 100644 --- a/.github/workflows/pages-build-and-deploy.yml +++ b/.github/workflows/pages-build-and-deploy.yml @@ -20,11 +20,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.6 with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v5.1.0 with: python-version: 3.9 - name: Install dependencies @@ -35,11 +35,11 @@ jobs: - name: Run tox run: python -m tox -e doc - name: Configure Pages - uses: actions/configure-pages@v1.1.0 + uses: actions/configure-pages@v5.0.0 - name: Upload GitHub Pages artifact - uses: actions/upload-pages-artifact@v1.0.3 + uses: actions/upload-pages-artifact@v3.0.1 with: path: doc/html - name: Deploy GitHub Pages site id: deployment - uses: actions/deploy-pages@v1.0.8 + uses: actions/deploy-pages@v4.0.5