File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
15
15
16
16
env :
17
- ZOLA_VERSION : 0.17.2
17
+ ZOLA_VERSION : 0.18.0
18
18
19
19
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
20
20
permissions :
@@ -102,12 +102,12 @@ jobs:
102
102
bash documentation/fetch-website-docs.sh "$REPO" "$NUM"
103
103
104
104
- name : " Upload Pages artifact"
105
- uses : actions/upload-pages-artifact@v1
105
+ uses : actions/upload-pages-artifact@v3
106
106
with :
107
107
path : website/public
108
108
109
109
- name : " Deploy to GitHub Pages"
110
- uses : actions/deploy-pages@v2
110
+ uses : actions/deploy-pages@v4
111
111
112
112
- name : " Comment on GitHub PR"
113
113
if : github.event_name == 'repository_dispatch' && github.event.client_payload.put_status == 'Create' && github.event.client_payload.num != 'master'
@@ -138,7 +138,7 @@ jobs:
138
138
- uses : actions/checkout@v4
139
139
140
140
- name : " Check license headers"
141
- uses : apache/skywalking-eyes/header@v0.5 .0
141
+ uses : apache/skywalking-eyes/header@v0.6 .0
142
142
with :
143
143
# log: debug # optional: set the log level. The default value is `info`.
144
144
config : .github/external-config/licenserc.yml
Original file line number Diff line number Diff line change 64
64
env :
65
65
OP : ' ${{ github.event.client_payload.op }}'
66
66
if : ${{ env.OP == 'put' }}
67
- uses : actions/cache@v3
67
+ uses : actions/cache@v4
68
68
with :
69
69
path : |
70
70
~/.cargo/bin/
You can’t perform that action at this time.
0 commit comments