Skip to content

Commit 37c7684

Browse files
authored
Update deploy-pages.yml
1 parent f338a2f commit 37c7684

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/deploy-pages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
- name: Cache Jekyll Build
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: ./_site
3434
key: ${{ runner.os }}-jekyll
@@ -42,7 +42,7 @@ jobs:
4242
cache-version: 1 # Increment this number if you need to re-download cached gems
4343
- name: Setup Pages
4444
id: pages
45-
uses: actions/configure-pages@v3
45+
uses: actions/configure-pages@v5
4646
- name: Build with Jekyll
4747
# Outputs to the './_site' directory by default
4848
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
@@ -62,4 +62,4 @@ jobs:
6262
steps:
6363
- name: Deploy to GitHub Pages
6464
id: deployment
65-
uses: actions/deploy-pages@v1
65+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)