From 3b21dfefff8340844b9b9ccd784208cecad5c8d8 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 25 Apr 2024 16:01:51 +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 bfaa0f7..a18083a 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 -- 2.45.2