File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
- name : Setup Ruby
31
31
uses : ruby/setup-ruby@v1
32
32
with :
@@ -35,15 +35,15 @@ jobs:
35
35
cache-version : 0 # Increment this number if you need to re-download cached gems
36
36
- name : Setup Pages
37
37
id : pages
38
- uses : actions/configure-pages@v3
38
+ uses : actions/configure-pages@v5
39
39
- name : Build with Jekyll
40
40
# Outputs to the './_site' directory by default
41
41
run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
42
42
env :
43
43
JEKYLL_ENV : production
44
44
- name : Upload artifact
45
45
# Automatically uploads an artifact from the './_site' directory by default
46
- uses : actions/upload-pages-artifact@v1
46
+ uses : actions/upload-pages-artifact@v3
47
47
48
48
# Deployment job
49
49
deploy :
55
55
steps :
56
56
- name : Deploy to GitHub Pages
57
57
id : deployment
58
- uses : actions/deploy-pages@v2
58
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments