Skip to content

Commit 4290376

Browse files
committed
Update GitHub Actions workflow to use latest action versions
1 parent b18d2e4 commit 4290376

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Setup Pages
26-
uses: actions/configure-pages@v3
26+
uses: actions/configure-pages@v4
2727

2828
- name: Setup Ruby
2929
uses: ruby/setup-ruby@v1
@@ -41,7 +41,7 @@ jobs:
4141
JEKYLL_ENV: production
4242

4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v2
44+
uses: actions/upload-pages-artifact@v3
4545
with:
4646
path: www/_site
4747

@@ -55,4 +55,4 @@ jobs:
5555
steps:
5656
- name: Deploy to GitHub Pages
5757
id: deployment
58-
uses: actions/deploy-pages@v1
58+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)