diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2b2c8e9..613cfb1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout main - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v4.1.1 - name: Build and deploy - uses: shalzz/zola-deploy-action@v0.16.1-1 + uses: shalzz/zola-deploy-action@v0.18.0 env: PAGES_BRANCH: gh-pages GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file