We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77aa15 commit 5bf179aCopy full SHA for 5bf179a
.github/workflows/jekyll.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
steps:
34
- name: Checkout
35
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
36
- name: Setup Ruby
37
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
38
with:
@@ -49,7 +49,7 @@ jobs:
49
JEKYLL_ENV: production
50
- name: Upload artifact
51
# Automatically uploads an artifact from the './_site' directory by default
52
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v4
53
54
# Deployment job
55
deploy:
@@ -61,4 +61,4 @@ jobs:
61
62
- name: Deploy to GitHub Pages
63
id: deployment
64
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments