diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index f135492..82d2569 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -12,8 +12,8 @@ jobs: - name: Job start run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event." - # - name: Install Task utility - # uses: go-task/setup-task@v1 + - name: Install Task utility + uses: https://github.com/marketplace/actions/go-task-setup-task@v1 - name: Install GoLang v1.25.4 uses: actions/setup-go@v5 @@ -22,7 +22,7 @@ jobs: cache: true - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Build and test application run: |