Skip to content

Commit 726d16c

Browse files
committed
Fix GitHub Actions workflow: update to non-deprecated action versions
- actions/configure-pages@v3 → v4 - actions/upload-pages-artifact@v2 → v3 - actions/deploy-pages@v2 → v4
1 parent ee59bf9 commit 726d16c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-jekyll.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Setup Pages
4040
id: pages
41-
uses: actions/configure-pages@v3
41+
uses: actions/configure-pages@v4
4242

4343
- name: Build with Jekyll
4444
run: |
@@ -48,7 +48,7 @@ jobs:
4848
JEKYLL_ENV: production
4949

5050
- name: Upload artifact
51-
uses: actions/upload-pages-artifact@v2
51+
uses: actions/upload-pages-artifact@v3
5252
with:
5353
path: ./jekyll-site/_site
5454

@@ -63,4 +63,4 @@ jobs:
6363
steps:
6464
- name: Deploy to GitHub Pages
6565
id: deployment
66-
uses: actions/deploy-pages@v2
66+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)