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 @@ -31,23 +31,23 @@ jobs:
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
- name : Setup Ruby
36
36
uses : ruby/setup-ruby@v1
37
37
with :
38
38
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
39
39
cache-version : 1 # Increment this number if you need to re-download cached gems
40
40
- name : Setup Pages
41
41
id : pages
42
- uses : actions/configure-pages@v2
42
+ uses : actions/configure-pages@v5
43
43
- name : Build with Jekyll
44
44
# Outputs to the './_site' directory by default
45
45
run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
46
46
env :
47
47
JEKYLL_ENV : production
48
48
- name : Upload artifact
49
49
# Automatically uploads an artifact from the './_site' directory by default
50
- uses : actions/upload-pages-artifact@v1
50
+ uses : actions/upload-pages-artifact@v3
51
51
52
52
# Deployment job
53
53
deploy :
59
59
steps :
60
60
- name : Deploy to GitHub Pages
61
61
id : deployment
62
- uses : actions/deploy-pages@v1
62
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments