Skip to content

Commit da792ee

Browse files
committed
Update Zola + GitHub Action versions
1 parent d5369c0 commit da792ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515

1616
env:
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
2020
permissions:
@@ -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

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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/

0 commit comments

Comments
 (0)