From 61b3611a012a93bfc82edb818c3a15d94c93c403 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 3 Jul 2025 00:48:41 +0000 Subject: [PATCH] Update .gitea/workflows/demo.yaml --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 43a71a3..01b9ff1 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - run: actions/checkout@v3 + run: actions/checkout@v2 - name: Build Docker image run: docker build -t my-image:latest . \ No newline at end of file