File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,21 +23,21 @@ jobs:
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
- name : Setup Ruby
28
28
uses : ruby/setup-ruby@v1
29
29
with :
30
30
ruby-version : " 3.1"
31
31
bundler-cache : true
32
32
- name : Setup Pages
33
33
id : pages
34
- uses : actions/configure-pages@v3
34
+ uses : actions/configure-pages@v4
35
35
- name : Build with Jekyll
36
36
run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
37
37
env :
38
38
JEKYLL_ENV : production
39
39
- name : Upload artifact
40
- uses : actions/upload-pages-artifact@v1
40
+ uses : actions/upload-pages-artifact@v3
41
41
42
42
deploy :
43
43
environment :
48
48
steps :
49
49
- name : Deploy to GitHub Pages
50
50
id : deployment
51
- uses : actions/deploy-pages@v2
51
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments