From 245eb8448e78171b755d66c7e27a77a8b535af3b Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 15 Mar 2024 10:01:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 Signed-off-by: noreply@rainote.dev --- .gitea/workflows/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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