Skip to content

Commit 0eb9be7

Browse files
committed
Update github actions
1 parent 72be316 commit 0eb9be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout main
14-
uses: actions/checkout@v3.0.0
14+
uses: actions/checkout@v4
1515
- name: Build and deploy
16-
uses: shalzz/zola-deploy-action@v0.17.2
16+
uses: shalzz/zola-deploy-action@v0.20.0
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)