From 2a8a55dd47607f741ee2b9331cccc8ddb0157fab Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 3 Oct 2025 17:19:38 +0200 Subject: [PATCH] Attempt to use checkout@v3 --- .gitea/workflows/web-deploy.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/web-deploy.yaml b/.gitea/workflows/web-deploy.yaml index f29e5c5..64401ad 100644 --- a/.gitea/workflows/web-deploy.yaml +++ b/.gitea/workflows/web-deploy.yaml @@ -3,17 +3,13 @@ run-name: Web Proxy - Nix on: [push, merge] jobs: - checkout-repo: - run-on: ubuntu-latest - steps: - - name: Ensure cloned repo - run: git pull setup-nixos-runner: run-on: ubuntu-latest needs: [checkout-repo] container: image: ubuntu steps: + - uses: https://github.com/actions/checkout@v4 - name: echo in image run: echo "Hello Workflow world!" - name: List current folder