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 28
28
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
with :
33
33
fetch-depth : 0
34
34
# submodules: true
37
37
38
38
- name : Setup Pages
39
39
id : pages
40
- uses : actions/configure-pages@v3
40
+ uses : actions/configure-pages@v5
41
41
42
42
- name : Setup Ruby
43
43
uses : ruby/setup-ruby@v1
55
55
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
56
56
57
57
- name : Upload site artifact
58
- uses : actions/upload-pages-artifact@v1
58
+ uses : actions/upload-pages-artifact@v3
59
59
with :
60
60
path : " _site${{ steps.pages.outputs.base_path }}"
61
61
68
68
steps :
69
69
- name : Deploy to GitHub Pages
70
70
id : deployment
71
- uses : actions/deploy-pages@v1
71
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments