From d73a5e0e3570b1ce71ac56a9603958475c9beb30 Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Thu, 1 Feb 2024 01:31:45 +0000 Subject: [PATCH] Bump versions of gh actions for node 20 --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index afe480cca..0669c9f88 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -29,7 +29,7 @@ jobs: # run: echo "DOMAIN=${{ github.actor }}.github.io" >> $GITHUB_ENV - name: Checkout website repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: true # fetch the theme # you need to set this as an environment env if your repo or any submodules (e.g the theme) is private: @@ -39,7 +39,7 @@ jobs: run: echo "BASE_URL=https://${{ env.DOMAIN }}/${{ github.event.repository.name }}/" >> $GITHUB_ENV - name: Setup PDM - uses: pdm-project/setup-pdm@v3 + uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f - name: Build website run: |