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