From 37c76843e3f586f5b20d9b87cc43d5bbc25c2138 Mon Sep 17 00:00:00 2001 From: blakadder Date: Wed, 6 Nov 2024 09:34:46 +0100 Subject: [PATCH] Update deploy-pages.yml --- .github/workflows/deploy-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index ec657942..3002cc55 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache Jekyll Build - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./_site key: ${{ runner.os }}-jekyll @@ -42,7 +42,7 @@ jobs: cache-version: 1 # Increment this number if you need to re-download cached gems - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Build with Jekyll # Outputs to the './_site' directory by default run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" @@ -62,4 +62,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4