From b93e6085fa5ceb187c47887a460169f4b57f0878 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Thu, 7 Dec 2023 02:23:26 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/deploy-tag.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/docs.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index 066f1193b..73292f247 100644 --- a/.github/workflows/deploy-tag.yml +++ b/.github/workflows/deploy-tag.yml @@ -26,7 +26,7 @@ jobs: ref: ${{ format('v{0}', inputs.release-version) }} - name: Set up Python 3.10 (w/ cache) - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c4b5b51d..2e32eb08b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python 3.10 (w/ cache) - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2302a3e89..b992cf322 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -56,7 +56,7 @@ jobs: node-version: "18" cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Restore cache uses: actions/cache@v3 with: @@ -88,4 +88,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v3