File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
steps :
26
26
# If using actions/checkout@v2, persist-credentials must be set to false in most cases for the deployment to work correctly.
27
27
- name : " Checkout"
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
# Note: actions-rs/install@v0.1 was considered, but a full 'cargo install' is unnecessarily slow and the cache mechanism is not reliable
31
31
# (error "Unable to download mdbook == 0.4.14 from the tool cache: Error: Unexpected HTTP response: 403")
49
49
run : mdbook build
50
50
51
51
- name : " Upload Pages artifact"
52
- uses : actions/upload-pages-artifact@v1
52
+ uses : actions/upload-pages-artifact@v3
53
53
with :
54
54
path : book
55
55
56
56
- name : " Deploy to GitHub Pages"
57
- uses : actions/deploy-pages@v2
57
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments