diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8c91ff2..d4b9be9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: DOTNET_ROOT: /home/mika/.dotnet steps: - name: Checkout - uses: actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 with: fetch-depth: 0 diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 507783d..d0c3860 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -14,7 +14,7 @@ jobs: REPO: releases/ClaudeMailbox steps: - name: Checkout tag - uses: actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 with: fetch-depth: 0