diff --git a/.forgejo/workflows/cache.yaml b/.forgejo/workflows/cache.yaml index d1a5b00..5c0d744 100644 --- a/.forgejo/workflows/cache.yaml +++ b/.forgejo/workflows/cache.yaml @@ -5,7 +5,7 @@ jobs: runs-on: native steps: - name: Setup Attic cache - uses: ryanccn/attic-action@v0 + uses: github.com/ryanccn/attic-action@v0 with: endpoint: ${{ secrets.ATTIC_ENDPOINT }} cache: ${{ secrets.ATTIC_CACHE }}