Skip to content

Commit eb61dd5

Browse files
authored
Merge pull request #3183 from github/dependabot/github_actions/actions/deploy-pages-4
build(deps): bump actions/deploy-pages from 3 to 4
2 parents 2001ef0 + 664cf3b commit eb61dd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jekyll-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
steps:
6464
- name: Deploy to GitHub Pages
6565
id: deployment
66-
uses: actions/deploy-pages@v3
66+
uses: actions/deploy-pages@v4
6767
with:
6868
preview: 'true'

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
steps:
5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v3
57+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)