Skip to content

Commit 6d2faf3

Browse files
committed
update action versions in workflow
1 parent b6c09e4 commit 6d2faf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jekyll.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
with:
3737
submodules: true
3838
- name: Setup Ruby
@@ -43,15 +43,15 @@ jobs:
4343
cache-version: 1 # Increment this number if you need to re-download cached gems
4444
- name: Setup Pages
4545
id: pages
46-
uses: actions/configure-pages@v3
46+
uses: actions/configure-pages@v5
4747
- name: Build with Jekyll
4848
# Outputs to the './_site' directory by default
4949
run: ./init.sh && bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
5050
env:
5151
JEKYLL_ENV: production
5252
- name: Upload artifact
5353
# Automatically uploads an artifact from the './_site' directory by default
54-
uses: actions/upload-pages-artifact@v1
54+
uses: actions/upload-pages-artifact@v3
5555

5656
# Deployment job
5757
deploy:
@@ -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)