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