Skip to content

Commit e02b5f8

Browse files
authored
Update jekyll-gh-pages.yml
1 parent fff5b49 commit e02b5f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jekyll-gh-pages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Setup Ruby
29-
uses: actions/setup-ruby@v2
29+
uses: actions/setup-ruby@v4
3030
with:
3131
ruby-version: 2.7
3232

@@ -40,7 +40,7 @@ jobs:
4040
bundle exec jekyll build
4141
4242
- name: Upload artifact
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: jekyll-site
4646
path: _site
@@ -59,6 +59,6 @@ jobs:
5959
path: _site
6060

6161
- name: Deploy to GitHub Pages
62-
uses: actions/gh-pages@v3
62+
uses: actions/gh-pages@v4
6363
with:
6464
build_dir: ./_site

0 commit comments

Comments
 (0)