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 1414
1515
1616env :
17- ZOLA_VERSION : 0.17.2
17+ ZOLA_VERSION : 0.18.0
1818
1919# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2020permissions :
@@ -102,12 +102,12 @@ jobs:
102102 bash documentation/fetch-website-docs.sh "$REPO" "$NUM"
103103
104104 - name : " Upload Pages artifact"
105- uses : actions/upload-pages-artifact@v1
105+ uses : actions/upload-pages-artifact@v3
106106 with :
107107 path : website/public
108108
109109 - name : " Deploy to GitHub Pages"
110- uses : actions/deploy-pages@v2
110+ uses : actions/deploy-pages@v4
111111
112112 - name : " Comment on GitHub PR"
113113 if : github.event_name == 'repository_dispatch' && github.event.client_payload.put_status == 'Create' && github.event.client_payload.num != 'master'
@@ -138,7 +138,7 @@ jobs:
138138 - uses : actions/checkout@v4
139139
140140 - name : " Check license headers"
141- uses : apache/skywalking-eyes/header@v0.5 .0
141+ uses : apache/skywalking-eyes/header@v0.6 .0
142142 with :
143143 # log: debug # optional: set the log level. The default value is `info`.
144144 config : .github/external-config/licenserc.yml
Original file line number Diff line number Diff line change 6464 env :
6565 OP : ' ${{ github.event.client_payload.op }}'
6666 if : ${{ env.OP == 'put' }}
67- uses : actions/cache@v3
67+ uses : actions/cache@v4
6868 with :
6969 path : |
7070 ~/.cargo/bin/
You can’t perform that action at this time.
0 commit comments