diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3d41ff..e977e84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build and deploy uses: shalzz/zola-deploy-action@v0.21.0 env: @@ -32,7 +32,7 @@ jobs: if: github.ref != 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install and build if: github.event.action != 'closed' uses: shalzz/zola-deploy-action@v0.21.0