From fceabe90b966f33774bda17bc5f9857e2bfbe602 Mon Sep 17 00:00:00 2001 From: Kay Hennig Date: Mon, 9 Mar 2026 22:29:50 +0100 Subject: [PATCH] fix? --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e88e8d8..99b6679 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # build/standalone is the output directory for the Next.js app # now we want to deploy a container with the built app - name: Build Docker image