diff --git a/.gitea/workflows/docs.yaml b/.gitea/workflows/docs.yaml index ecbea92..bf7cf49 100644 --- a/.gitea/workflows/docs.yaml +++ b/.gitea/workflows/docs.yaml @@ -48,7 +48,7 @@ jobs: node -v npm -v - name: Checkout repository - uses: https://github.com/actions/checkout@v3 + uses: https://github.com/actions/checkout@v4 - name: Build docs run: | set -e @@ -79,7 +79,7 @@ jobs: needs: [docs, preprocess] steps: - name: Checkout repository - uses: https://github.com/actions/checkout@v3 + uses: https://github.com/actions/checkout@v4 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx