diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 01b9ff1..4b57c7d 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@v2 + uses: actions/checkout@v4 - name: Build Docker image run: docker build -t my-image:latest . \ No newline at end of file